increase max file uploading number (#1794)

This commit is contained in:
LawyZheng
2025-02-20 13:36:50 +08:00
committed by GitHub
parent 66282054fe
commit ef5cb8d671
2 changed files with 3 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ NAVIGATION_MAX_RETRY_TIME = 5
AUTO_COMPLETION_POTENTIAL_VALUES_COUNT = 5
DROPDOWN_MENU_MAX_DISTANCE = 100
BROWSER_DOWNLOADING_SUFFIX = ".crdownload"
MAX_UPLOAD_FILE_COUNT = 50
# reserved fields for navigation payload
SPECIAL_FIELD_VERIFICATION_CODE = "verification_code"