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 bd425f1 commit 30fafcaCopy full SHA for 30fafca
facebox/facebox.go
@@ -48,7 +48,7 @@ func New(addr string) *Client {
48
return &Client{
49
addr: addr,
50
HTTPClient: &http.Client{
51
- Timeout: 10 * time.Second,
+ Timeout: 1 * time.Minute,
52
},
53
}
54
0 commit comments