Skip to content

Commit db1bca2

Browse files
committed
chore(revert): switch linode client timeout to 10 sec
1 parent 647cc25 commit db1bca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud/scope/common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import (
3333

3434
const (
3535
// defaultClientTimeout is the default timeout for a client Linode API call
36-
defaultClientTimeout = time.Second * 20
36+
defaultClientTimeout = time.Second * 10
3737

3838
// MaxBodySize is the max payload size for Akamai edge dns client requests
3939
maxBody = 131072

0 commit comments

Comments
 (0)