mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-02-12 13:01:51 +00:00
Merge pull request #145 from ComputerScienceHouse/disk-increase
Increase disk allotment
This commit is contained in:
commit
20cdfc332e
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ def get_user_usage_limits(db, user):
|
|||
else:
|
||||
limits['cpu'] = 4
|
||||
limits['mem'] = 4
|
||||
limits['disk'] = 100
|
||||
limits['disk'] = 250
|
||||
return limits
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue