Commit 1c4848b1 authored by Nicolas Delaby's avatar Nicolas Delaby

add method to change usercd

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16647 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d9befeb4
......@@ -16,7 +16,7 @@ elif os.environ.get('erp5_load_data_fs'):
if os.environ.get('erp5_force_data_fs'):
Storage = FileStorage(new_data_fs_path)
else:
Storage = DemoStorage(base=FileStorage(new_data_fs_path), quota=(1<<20))
Storage = DemoStorage(base=FileStorage(new_data_fs_path), quota=(2<<20))
print("Restoring MySQL database ... ")
os.system("mysql %s < %s/dump.sql" % (getMySQLArguments(), instance_home))
print("Restoring static files ... ")
......
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