This commit is contained in:
parent
b76150d4d9
commit
fd3caa3cc6
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ window.LIMITS = {
|
|||
MAX_FILE_SIZE: 1024 * 1024 * 1024 * 2,
|
||||
MAX_DOWNLOADS: 200,
|
||||
MAX_EXPIRE_SECONDS: 604800,
|
||||
MAX_FILES_PER_ARCHIVE: 32,
|
||||
MAX_ARCHIVES_PER_USER: 32
|
||||
MAX_FILES_PER_ARCHIVE: 64,
|
||||
MAX_ARCHIVES_PER_USER: 16
|
||||
};
|
||||
|
||||
window.DEFAULTS = {
|
||||
|
|
Loading…
Reference in a new issue