server/serverconfig.py
changeset 2968 0e3460341023
parent 2835 04034421b072
parent 2959 daabb9bc5233
child 3589 a5432f99f2d9
--- a/server/serverconfig.py	Tue Aug 18 09:25:44 2009 +0200
+++ b/server/serverconfig.py	Fri Aug 21 16:26:20 2009 +0200
@@ -178,6 +178,10 @@
           }),
         ) + CubicWebConfiguration.options)
 
+    # should we open connections pools (eg connect to sources). This is usually
+    # necessary...
+    open_connections_pools = True
+
     # read the schema from the database
     read_instance_schema = True
     bootstrap_schema = True