X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fdak.conf;h=6dddf2298a5a5f1e40c59b98331015650455e78c;hb=9b218664cdb36874fb393a00e4a37f50aed3d7e3;hp=97aaa01db26d46c381fe25a0a0237d65d715689e;hpb=4bafe2caf81a0eb291a669f5f5720a9cc367743e;p=dak.git diff --git a/config/debian/dak.conf b/config/debian/dak.conf index 97aaa01d..6dddf229 100644 --- a/config/debian/dak.conf +++ b/config/debian/dak.conf @@ -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 @@ -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