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 cc1a8fb commit 9964e34Copy full SHA for 9964e34
tagbox/tagbox.go
@@ -39,7 +39,7 @@ func New(addr string) *Client {
39
return &Client{
40
addr: addr,
41
HTTPClient: &http.Client{
42
- Timeout: 10 * time.Second,
+ Timeout: 1 * time.Minute,
43
},
44
}
45
0 commit comments