Commit d2ea07ab authored by Chris McDonough's avatar Chris McDonough

Name the default database 'main' to prevent getattr error in db control panel.

parent 95f7d240
......@@ -213,7 +213,7 @@ def getDefaultDatabaseFactory(context):
fs_ns.read_only = None
fs_ns.quota = None
storage = FileStorage(fs_ns)
db_ns = dummy('default zodb database using filestorage at %s' % path)
db_ns = dummy('main')
db_ns.storage = storage
db_ns.cache_size = 5000
db_ns.pool_size = 7
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment