24
1
Fork 0

updated android LIMITS. fixes #1040 #1041 #1039 (#1075)

This commit is contained in:
Danny Coates 2019-01-08 13:46:48 -08:00 committed by Donovan Preston
parent eb9fba3da6
commit 39c1bec91a
1 changed files with 3 additions and 3 deletions

View File

@ -3,11 +3,11 @@
window.LIMITS = {
ANON: {
MAX_FILE_SIZE: 1024 * 1024 * 1024 * 2,
MAX_DOWNLOADS: 32,
MAX_EXPIRE_SECONDS: 604800
MAX_DOWNLOADS: 20,
MAX_EXPIRE_SECONDS: 86400
},
MAX_FILE_SIZE: 1024 * 1024 * 1024 * 2,
MAX_DOWNLOADS: 32,
MAX_DOWNLOADS: 200,
MAX_EXPIRE_SECONDS: 604800,
MAX_FILES_PER_ARCHIVE: 32,
MAX_ARCHIVES_PER_USER: 32