mirror of
https://github.com/Xpl0itU/WiiUDownloader.git
synced 2025-05-29 06:25:30 -04:00
Decrease client timeout to 30 seconds
This commit is contained in:
parent
09696e9d45
commit
49c6b84159
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ func main() {
|
||||||
t.MaxIdleConnsPerHost = 100
|
t.MaxIdleConnsPerHost = 100
|
||||||
|
|
||||||
client := &http.Client{
|
client := &http.Client{
|
||||||
Timeout: time.Duration(120) * time.Second,
|
Timeout: time.Duration(30) * time.Second,
|
||||||
Transport: t,
|
Transport: t,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue