Update stack.production.yml

This commit is contained in:
colin 2024-03-18 21:36:25 +00:00
parent e13abd2689
commit fb6c37ad69
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ services:
DETECT_BASE_URL: "true"
MAX_FILE_SIZE: 4294967296 # 2147483648 #4,294,967,296
MAX_FILES_PER_ARCHIVE: 64
MAX_DOWNLOADS: 20
DOWNLOAD_COUNTS: "2,1,2,5,10,15,25,50,100,1000"
MAX_DOWNLOADS: 5
DOWNLOAD_COUNTS: "2,1,2,5"#,10,15,25,50,100,1000"
EXPIRE_TIMES_SECONDS: "3600,86400,604800,2592000,31536000"
DEFAULT_DOWNLOADS: "1"
DEFAULT_EXPIRE_SECONDS: "86400"