X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian-security%2Fdak.conf;h=b03e0f89826e67cd3bfe3e0d7589fad153a2b8aa;hb=80bfccee962f87de3a79b6182546ac03beba6dbb;hp=1d9b1e6530101dbbc9b10bcbd79e20ccb8b41a39;hpb=89e12ff173b59ba73d6ab64d312e78de2b9d812e;p=dak.git diff --git a/config/debian-security/dak.conf b/config/debian-security/dak.conf index 1d9b1e65..b03e0f89 100644 --- a/config/debian-security/dak.conf +++ b/config/debian-security/dak.conf @@ -262,10 +262,13 @@ Dir DB { - Name "obscurity"; - Host ""; - Port -1; - + Service "obscurity"; + // 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" }; Architectures @@ -440,3 +443,25 @@ Changelogs { Export "/srv/security-master.debian.org/export/changelogs"; } + +Generate-Releases +{ + MD5Sum + { + oldstable; + stable; + testing; + }; + SHA1 + { + oldstable; + stable; + testing; + }; + SHA256 + { + oldstable; + stable; + testing; + }; +}