mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-05 15:20:30 +08:00
fix: can upload file larger than 10MB (#17801)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user