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

[dak/master] use service name



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

diff --git a/config/debian-security/dak.conf b/config/debian-security/dak.conf
index 58f77c1..b03e0f8 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
-- 
1.7.2.5


Reply to: