From 24a675545b4f571c0ce4b48214db0a9019f179d1 Mon Sep 17 00:00:00 2001 From: Jin Hai Date: Wed, 3 Dec 2025 16:56:36 +0800 Subject: [PATCH] Update docker/.env Co-authored-by: writinwaters <93570324+writinwaters@users.noreply.github.com> --- docker/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/.env b/docker/.env index de1dbeb9d..3d90d2c55 100644 --- a/docker/.env +++ b/docker/.env @@ -170,7 +170,7 @@ TZ=Asia/Shanghai # Uncomment the following line if your operating system is MacOS: # MACOS=1 -# The maximum file size limit (in bytes) for each upload to your knowledge base or File. +# The maximum file size limit (in bytes) for each upload to your dataset or RAGFlow's File system. # To change the 1GB file size limit, uncomment the line below and update as needed. # MAX_CONTENT_LENGTH=1073741824 # After updating, ensure `client_max_body_size` in nginx/nginx.conf is updated accordingly.