Skip to content

Commit 0f79d35

Browse files
committed
patch: set http request timeout 60s
1 parent 557f400 commit 0f79d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/apisix/cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ import (
4343
)
4444

4545
const (
46-
_defaultTimeout = 5 * time.Second
46+
_defaultTimeout = 60 * time.Second
4747
_defaultSyncInterval = 6 * time.Hour
4848

4949
_cacheSyncing = iota

0 commit comments

Comments
 (0)