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 647cc25 commit db1bca2Copy full SHA for db1bca2
cloud/scope/common.go
@@ -33,7 +33,7 @@ import (
33
34
const (
35
// defaultClientTimeout is the default timeout for a client Linode API call
36
- defaultClientTimeout = time.Second * 20
+ defaultClientTimeout = time.Second * 10
37
38
// MaxBodySize is the max payload size for Akamai edge dns client requests
39
maxBody = 131072
0 commit comments