]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/dak.conf
Merge remote branch 'ganneff/gr2' into g-r
[dak.git] / config / debian / dak.conf
index ffb049b071e104ddbfef39d5a66a23c654e36398..b888a6062eee558fb299894644109df97124030e 100644 (file)
@@ -451,9 +451,13 @@ Queue-Report
 
 DB
 {
-  Name "projectb";
-  Host "";
-  Port 5433;
+  Service "projectb";
+  // 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"
 };
 
 Archive
@@ -528,12 +532,17 @@ Changelogs
 
 Generate-Releases
 {
-  MD5
+  MD5Sum
   {
     oldstable;
     oldstable-proposed-updates;
     proposed-updates;
     stable;
+    squeeze-updates;
+    testing;
+    testing-proposed-updates;
+    unstable;
+    experimental;
   };
   SHA1
   {