From: Joerg Jaspert Date: Wed, 23 Mar 2011 21:05:40 +0000 (+0100) Subject: Merge branch 'master' of ssh://ftp-master.debian.org/srv/ftp.debian.org/git/dak X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=4577b5c4be4e7899f092a6d4fbca6c9c0380c333;hp=e9e6d74fbe3f6f215cb062bafe34702400faf992;p=dak.git Merge branch 'master' of ssh://ftp-master.debian.org/srv/ftp.debian.org/git/dak * 'master' of ssh://ftp-master.debian.org/srv/ftp.debian.org/git/dak: Fix up permissions metadata generation work Use UnpackedSource in queue.py. Improve exception handling in make-changelog. Work with service mode Use UnpackedSource in make-changelog. Add new class UnpackedSource and a new test. Start work on Packages import --- diff --git a/config/backports/dak.conf b/config/backports/dak.conf index 16745748..d97c52ba 100644 --- a/config/backports/dak.conf +++ b/config/backports/dak.conf @@ -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