]> git.decadent.org.uk Git - dak.git/commitdiff
move to service usage
authorJoerg Jaspert <joerg@debian.org>
Wed, 23 Mar 2011 18:59:10 +0000 (19:59 +0100)
committerJoerg Jaspert <joerg@debian.org>
Wed, 23 Mar 2011 18:59:10 +0000 (19:59 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/backports/dak.conf

index 167457485350dfc4b23ffcb921cdbb947fc81db9..d97c52bacfe385fb1862ed9866efe5b01da9055a 100644 (file)
@@ -243,9 +243,13 @@ Dir
 
 DB
 {
-  Name "backports";
-  Host "";
-  Port -1;
+  Service "backports";
+  // 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"
 };
 
 SuiteMappings