X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fdak.conf;h=6dddf2298a5a5f1e40c59b98331015650455e78c;hb=d2abaeb402e4fd4ecf397c2fbe327abfd135180b;hp=97aaa01db26d46c381fe25a0a0237d65d715689e;hpb=d86fdc088f029bb7ebfd7b1e91a178f9efdc6650;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