We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30fafca commit cc1a8fbCopy full SHA for cc1a8fb
nudebox/nudebox.go
@@ -31,7 +31,7 @@ func New(addr string) *Client {
31
return &Client{
32
addr: addr,
33
HTTPClient: &http.Client{
34
- Timeout: 10 * time.Second,
+ Timeout: 1 * time.Minute,
35
},
36
}
37
0 commit comments