]> git.decadent.org.uk Git - dak.git/commitdiff
use service name
authorJoerg Jaspert <joerg@debian.org>
Wed, 23 Mar 2011 12:54:36 +0000 (13:54 +0100)
committerJoerg Jaspert <joerg@debian.org>
Wed, 23 Mar 2011 12:54:36 +0000 (13:54 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/debian-security/dak.conf

index 58f77c11cfb0aa914cc91269b4694b16292a8fdb..b03e0f89826e67cd3bfe3e0d7589fad153a2b8aa 100644 (file)
@@ -262,10 +262,13 @@ Dir
 
 DB
 {
-  Name "obscurity";
-  Host ""; 
-  Port -1;
-
+  Service "obscurity";
+  // PoolSize should be at least ThreadCount + 1
+  PoolSize 5;
+  // MaxOverflow shouldn't exceed postgresql.conf's max_connections - PoolSize
+  MaxOverflow 13;
+  // should be false for encoding == SQL_ASCII
+  Unicode "false"
 };
 
 Architectures