Commit 2532a1d5 authored by jan.koester's avatar jan.koester
Browse files

test

parent 391ed084
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -12,6 +12,11 @@ BLOGI:
    PORT: 8080
    BIND: "0.0.0.0"
    MAXCON: 1024
  # Open-file ceiling, raised via setrlimit() while still root, before any worker forks
  # (per-domain, daemonize, ...). Covers every fd this process holds at once: client
  # sockets, authdb/mediadb connections, per-domain DB pools. 0 = leave the OS/login-class
  # default alone.
  MAXOPENFILES: 65536
  DATABASE:
    DRIVER: "sqlite"
    CONNECTION: "/var/lib/blogi/blog.db"
+3 −0
Original line number Diff line number Diff line
@@ -11,6 +11,9 @@ BLOGI:
    PORT: 8080
    BIND: "0.0.0.0"
    MAXCON: 1024
  # Open-file ceiling, raised via setrlimit() while still root, before any worker forks.
  # 0 = leave the OS/login-class default alone.
  MAXOPENFILES: 65536
  DATABASE:
    DRIVER: "sqlite"
    CONNECTION: "/var/lib/blogi/blog.db"
+3 −0
Original line number Diff line number Diff line
@@ -11,6 +11,9 @@ BLOGI:
    PORT: 8080
    BIND: "0.0.0.0"
    MAXCON: 1024
  # Open-file ceiling, raised via setrlimit() while still root, before any worker forks.
  # 0 = leave the OS/login-class default alone.
  MAXOPENFILES: 65536
  DATABASE:
    DRIVER: "sqlite"
    CONNECTION: "/var/lib/blogi/blog.db"