parameterize download count dropdown on android

This commit is contained in:
Danny Coates 2018-09-25 11:36:23 -07:00
parent 8b21a54ab4
commit 6b9a735bec
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
2 changed files with 8 additions and 9 deletions

View file

@ -14,6 +14,8 @@ window.LIMITS = {
};
window.DEFAULTS = {
DOWNLOAD_COUNTS: [1, 2, 3, 4, 5, 20, 50, 100, 200],
EXPIRE_TIMES_SECONDS: [300, 3600, 86400, 604800],
EXPIRE_SECONDS: 3600
};