We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60c2aac commit efc180aCopy full SHA for efc180a
agent/consul/config.go
@@ -37,7 +37,7 @@ const (
37
// DefaultSoftWatchLimit is used as a soft limit to cap how many watches we allow
38
// for a given blocking query. If this is exceeded, then we will use a
39
// higher-level watch that's less fine-grained.
40
- DefaultSoftWatchLimit = 2048
+ DefaultSoftWatchLimit = 8192
41
)
42
43
var (
0 commit comments