mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 22:20:55 +03:00
This commit is contained in:
committed by
Danny Coates
parent
b76150d4d9
commit
fd3caa3cc6
@@ -9,8 +9,8 @@ window.LIMITS = {
|
|||||||
MAX_FILE_SIZE: 1024 * 1024 * 1024 * 2,
|
MAX_FILE_SIZE: 1024 * 1024 * 1024 * 2,
|
||||||
MAX_DOWNLOADS: 200,
|
MAX_DOWNLOADS: 200,
|
||||||
MAX_EXPIRE_SECONDS: 604800,
|
MAX_EXPIRE_SECONDS: 604800,
|
||||||
MAX_FILES_PER_ARCHIVE: 32,
|
MAX_FILES_PER_ARCHIVE: 64,
|
||||||
MAX_ARCHIVES_PER_USER: 32
|
MAX_ARCHIVES_PER_USER: 16
|
||||||
};
|
};
|
||||||
|
|
||||||
window.DEFAULTS = {
|
window.DEFAULTS = {
|
||||||
|
|||||||
Reference in New Issue
Block a user