diff options
| author | joeslay <54322500+joeslay@users.noreply.github.com> | 2019-09-06 10:49:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-06 10:49:27 +0100 |
| commit | d757ed2fe3049289ad662e7edb2293b79f5343fa (patch) | |
| tree | e3b176d02a8c7b8e48842d5db61ec993e0fc743f /weed/util/http_util.go | |
| parent | 303234ebd5c13a5f7bfa0dfde494230b1688208a (diff) | |
| parent | 972b974f6ca586cc4027d43ce1e56e92226b5359 (diff) | |
| download | seaweedfs-d757ed2fe3049289ad662e7edb2293b79f5343fa.tar.xz seaweedfs-d757ed2fe3049289ad662e7edb2293b79f5343fa.zip | |
Merge pull request #4 from chrislusf/master
merge seaweed master
Diffstat (limited to 'weed/util/http_util.go')
| -rw-r--r-- | weed/util/http_util.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/weed/util/http_util.go b/weed/util/http_util.go index a465a7b7f..79a442a56 100644 --- a/weed/util/http_util.go +++ b/weed/util/http_util.go @@ -11,7 +11,6 @@ import ( "net/http" "net/url" "strings" - "time" ) var ( @@ -25,7 +24,6 @@ func init() { } client = &http.Client{ Transport: Transport, - Timeout: 5 * time.Second, } } |
