Browse Source
fix: pass inflightDownloadDataTimeout to volumeServer (#7206)
pull/7211/head
Konstantin Lebedev
4 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
weed/server/volume_server.go
|
|
@ -102,6 +102,7 @@ func NewVolumeServer(adminMux, publicMux *http.ServeMux, ip string, |
|
|
|
concurrentUploadLimit: concurrentUploadLimit, |
|
|
|
concurrentDownloadLimit: concurrentDownloadLimit, |
|
|
|
inflightUploadDataTimeout: inflightUploadDataTimeout, |
|
|
|
inflightDownloadDataTimeout: inflightDownloadDataTimeout, |
|
|
|
hasSlowRead: hasSlowRead, |
|
|
|
readBufferSizeMB: readBufferSizeMB, |
|
|
|
ldbTimout: ldbTimeout, |
|
|
|