]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/dak.conf
Merge remote branch 'origin/master' into p-s-from-db
[dak.git] / config / debian / dak.conf
index a9eb3fb4271e64f943e23509980b7307bc9b3270..6dddf2298a5a5f1e40c59b98331015650455e78c 100644 (file)
@@ -69,7 +69,7 @@ Import-Users-From-Passwd
 {
   ValidGID "800";
   // Comma separated list of users who are in Postgres but not the passwd file
-  KnownPostgres "postgres,dak,katie,release,qa,www-data,guest";
+  KnownPostgres "postgres,dak,katie,release,qa,www-data,guest,repuser";
 };
 
 Clean-Queues
@@ -453,7 +453,7 @@ DB
 {
   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