From fd3caa3cc6058d237e29011e7ca9793ac95e30e1 Mon Sep 17 00:00:00 2001 From: Donovan Preston Date: Tue, 19 Feb 2019 12:28:25 -0500 Subject: [PATCH] Fix #1150 Make the defaults on android match the defaults on the web. (#1155) --- android/android.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/android.js b/android/android.js index 63348194..712bc034 100644 --- a/android/android.js +++ b/android/android.js @@ -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 = {