]> git.donarmstrong.com Git - dak.git/blobdiff - config/debian/dak.conf
Merge remote branch 'mhy/master' into merge
[dak.git] / config / debian / dak.conf
index 97aaa01db26d46c381fe25a0a0237d65d715689e..b888a6062eee558fb299894644109df97124030e 100644 (file)
@@ -451,11 +451,9 @@ Queue-Report
 
 DB
 {
-  Name "projectb";
-  Host "";
-  Port 5433;
+  Service "projectb";
   // PoolSize should be at least ThreadCount + 1
-  PoolSize 17;
+  PoolSize 5;
   // MaxOverflow shouldn't exceed postgresql.conf's max_connections - PoolSize
   MaxOverflow 13;
   // should be false for encoding == SQL_ASCII