Update config.py
This commit is contained in:
@@ -68,7 +68,7 @@ class Config:
|
||||
MAX_CONTENT_LENGTH = int(os.getenv("MAX_CONTENT_LENGTH", 10 * 1024 * 1024)) # 10MB
|
||||
|
||||
# ── 페이지네이션/병렬
|
||||
FILES_PER_PAGE = int(os.getenv("FILES_PER_PAGE", 32))
|
||||
FILES_PER_PAGE = int(os.getenv("FILES_PER_PAGE", 35))
|
||||
BACKUP_FILES_PER_PAGE = int(os.getenv("BACKUP_FILES_PER_PAGE", 3))
|
||||
MAX_WORKERS = int(os.getenv("MAX_WORKERS", 60))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user