Commit 9c384ec1 authored by Stefan H. Holek's avatar Stefan H. Holek

Remove quota argument.

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