From f2241d6133dd69bbcb50e41dc33eff1b2f99031a Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sat, 25 Jul 2020 10:32:29 -0700 Subject: [PATCH] idleTimeout --- Optimization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Optimization.md b/Optimization.md index 9529f24..a9d6cdb 100644 --- a/Optimization.md +++ b/Optimization.md @@ -95,7 +95,7 @@ Customizing the needle id and/or file cookie is an acceptable behavior. "strict ## Upload large files -If files are large and network is slow, the server will take time to read the file. Please increase the "-readTimeout=3" limit setting for volume server. It cut off the connection if uploading takes a longer time than the limit. +If files are large and network is slow, the server will take time to read the file. Please increase the "-idleTimeout=30" limit setting for volume server. It cut off the connection if uploading takes a longer time than the limit. ### Upload large files with Auto Split/Merge