Loading config.yaml +5 −0 Original line number Diff line number Diff line Loading @@ -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" Loading debian/blogi.default-config.yaml +3 −0 Original line number Diff line number Diff line Loading @@ -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" Loading packaging/freebsd/blogi.default-config.yaml +3 −0 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
config.yaml +5 −0 Original line number Diff line number Diff line Loading @@ -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" Loading
debian/blogi.default-config.yaml +3 −0 Original line number Diff line number Diff line Loading @@ -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" Loading
packaging/freebsd/blogi.default-config.yaml +3 −0 Original line number Diff line number Diff line Loading @@ -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" Loading