24
1
Fork 0

Fix #1150 Make the defaults on android match the defaults on the web. (#1155)

This commit is contained in:
Donovan Preston 2019-02-19 12:28:25 -05:00 committed by Danny Coates
parent b76150d4d9
commit fd3caa3cc6
1 changed files with 2 additions and 2 deletions

View File

@ -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 = {