]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/dak.conf
Add and enable data collection and graphing for the DEFERRED queues.
[dak.git] / config / debian / dak.conf
index ffb049b071e104ddbfef39d5a66a23c654e36398..bc9da6d8d64548b8adfb6a8fd574b48d58f8469b 100644 (file)
@@ -454,6 +454,10 @@ DB
   Name "projectb";
   Host "";
   Port 5433;
+  // PoolSize should be at least ThreadCount + 1
+  PoolSize 17;
+  // MaxOverflow shouldn't exceed postgresql.conf's max_connections - PoolSize
+  MaxOverflow 13;
 };
 
 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
   {