Browse Source

Merge pull request #1427 from Eyepea/reduce_pg_pool

Reduce pgsql socket pool to match 2000 maximum connections
Mike Smith 10 years ago
parent
commit
1c61cc0174
1 changed files with 3 additions and 2 deletions
  1. 3 2
      frameworks/Python/API-Hour/hello/etc/hello/main/main.yaml

+ 3 - 2
frameworks/Python/API-Hour/hello/etc/hello/main/main.yaml

@@ -1,3 +1,4 @@
+---
 engines:
 engines:
   pg:
   pg:
     host: 127.0.0.1
     host: 127.0.0.1
@@ -5,5 +6,5 @@ engines:
     dbname: hello_world
     dbname: hello_world
     user: benchmarkdbuser
     user: benchmarkdbuser
     password: benchmarkdbpass
     password: benchmarkdbpass
-    minsize: 40
-    maxsize: 40
+    minsize: 22
+    maxsize: 22