Commit f3fc3730c90c574ddaed4de9504e1b615bc652a7
1 parent
cba7eca7
Exists in
master
and in
111 other branches
test commit
Showing
1 changed file
with
9 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,9 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<users> | |
3 | + <user xml:id="budnik"> | |
4 | + <!--- 1024*1024*1000 pour 1000Mo --> | |
5 | + <setting name="DISK_QUOTA" value="1048576000"/> | |
6 | + <setting isSetting='true' name="memory_limit" value="100000000"/> | |
7 | + <setting isSetting='true' name="max_execution_time" value="1200"/> | |
8 | + </user> | |
9 | +</users> | |
... | ... |