Skip to content

Commit efc180a

Browse files
author
Thibault Gilles
committed
Increase DefaultSoftWatchLimit to 8192
1 parent 60c2aac commit efc180a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/consul/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const (
3737
// DefaultSoftWatchLimit is used as a soft limit to cap how many watches we allow
3838
// for a given blocking query. If this is exceeded, then we will use a
3939
// higher-level watch that's less fine-grained.
40-
DefaultSoftWatchLimit = 2048
40+
DefaultSoftWatchLimit = 8192
4141
)
4242

4343
var (

0 commit comments

Comments
 (0)