Browse Source

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

Donovan Preston 6 years ago
parent
commit
fd3caa3cc6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      android/android.js

+ 2 - 2
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 = {