fix: can upload file larger than 10MB (#17801)

This commit is contained in:
Haruko386
2026-08-04 18:01:04 +08:00
committed by GitHub
parent 49c24d8bce
commit 0cb078ecc0
4 changed files with 76 additions and 3 deletions

View File

@@ -37,6 +37,7 @@ const (
EnvComponentExecTimeout = "COMPONENT_EXEC_TIMEOUT"
EnvDocEngine = "DOC_ENGINE"
EnvMaxFileNumPerUser = "MAX_FILE_NUM_PER_USER"
EnvMaxContentLength = "MAX_CONTENT_LENGTH"
EnvRAGFlowDictPath = "RAGFLOW_DICT_PATH"
EnvDefaultSuperuserEmail = "DEFAULT_SUPERUSER_EMAIL"
EnvDefaultSuperuserNickname = "DEFAULT_SUPERUSER_NICKNAME"