We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 557f400 commit 0f79d35Copy full SHA for 0f79d35
1 file changed
pkg/apisix/cluster.go
@@ -43,7 +43,7 @@ import (
43
)
44
45
const (
46
- _defaultTimeout = 5 * time.Second
+ _defaultTimeout = 60 * time.Second
47
_defaultSyncInterval = 6 * time.Hour
48
49
_cacheSyncing = iota
0 commit comments