Update config.py

This commit is contained in:
2025-11-05 21:19:23 +09:00
parent 2481d44eb8
commit 45fa1fa162

View File

@@ -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))