Commit d69d9e60 authored by Stefan H. Holek's avatar Stefan H. Holek

Remove quota argument.

parent 2e4e40bb
......@@ -31,6 +31,6 @@ def getStorage():
else:
from ZODB.DemoStorage import DemoStorage
LOG.info('Using DemoStorage')
return DemoStorage(quota=(1<<20))
return DemoStorage()
Storage = getStorage()
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