diff -r 44e5446b649b -r daabb9bc5233 server/serverconfig.py --- a/server/serverconfig.py Fri Aug 21 14:59:00 2009 +0200 +++ b/server/serverconfig.py Fri Aug 21 15:02:03 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