mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-07-30 22:58:32 +08:00
filer: avoid hard-coded upload timeout
This commit is contained in:
parent
d9a997cb9e
commit
20d90dea5a
@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user