Update 2026-01-20 20:47:44
This commit is contained in:
@@ -82,7 +82,7 @@ class Config:
|
||||
|
||||
# ── 페이지네이션/병렬
|
||||
FILES_PER_PAGE = int(os.getenv("FILES_PER_PAGE", 35))
|
||||
BACKUP_FILES_PER_PAGE = int(os.getenv("BACKUP_FILES_PER_PAGE", 3))
|
||||
BACKUP_FILES_PER_PAGE = int(os.getenv("BACKUP_FILES_PER_PAGE", 5))
|
||||
MAX_WORKERS = int(os.getenv("MAX_WORKERS", 60))
|
||||
|
||||
# ── 세션
|
||||
|
||||
Reference in New Issue
Block a user