[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master 2/2] move to service usage



Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 config/backports/dak.conf |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/config/backports/dak.conf b/config/backports/dak.conf
index 1674574..d97c52b 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
-- 
1.7.2.5


Reply to: