X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fbackports%2Fdak.conf;h=020a9963fa1e5afb5441e5a23132bd3a4f5b1cb1;hb=9b218664cdb36874fb393a00e4a37f50aed3d7e3;hp=167457485350dfc4b23ffcb921cdbb947fc81db9;hpb=e80699c1162ee22906a90717e2195d90b7606497;p=dak.git diff --git a/config/backports/dak.conf b/config/backports/dak.conf index 16745748..020a9963 100644 --- a/config/backports/dak.conf +++ b/config/backports/dak.conf @@ -111,7 +111,7 @@ Import-Users-From-Passwd // The Primary GID of your users. Using uma it is the gid from group users. ValidGID "800"; // Comma separated list of users who are in Postgres but not the passwd file - KnownPostgres "postgres,katie,dak,www-data,qa,guest"; + KnownPostgres "postgres,katie,dak,www-data,qa,guest,repuser"; }; Queue-Report @@ -243,9 +243,13 @@ Dir DB { - Name "backports"; - Host ""; - Port -1; + Service "backports"; + // 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" }; SuiteMappings