1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 07:08:55 +00:00

fixed user quota in upload

This commit is contained in:
lins05
2012-07-09 11:05:04 +08:00
parent 402b9ab0ce
commit e575d86f57
2 changed files with 2 additions and 1 deletions

View File

@@ -164,6 +164,7 @@ AVATAR_CACHE_TIMEOUT = 0
# Info-bar notification cache
NOTIFICATION_CACHE_TIMEOUT = 0
USER_TOTAL_SPACE = 2 * pow(2,30)
# File upload
FILE_UPLOAD_MAX_MEMORY_SIZE = 0