Chris Lu
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
weed/command/volume.go
|
|
@ -364,8 +364,8 @@ func (v VolumeServerOptions) startClusterHttpService(handler http.Handler) httpd |
|
|
|
} |
|
|
|
|
|
|
|
httpDown := httpdown.HTTP{ |
|
|
|
KillTimeout: 5 * time.Minute, |
|
|
|
StopTimeout: 5 * time.Minute, |
|
|
|
KillTimeout: time.Minute, |
|
|
|
StopTimeout: 30 * time.Second, |
|
|
|
CertFile: certFile, |
|
|
|
KeyFile: keyFile} |
|
|
|
clusterHttpServer := httpDown.Serve(&http.Server{Handler: handler}, listener) |
|
|
|