mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
idleTimeout
parent
ecb5b19398
commit
f2241d6133
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue