Skip to content

Commit 953005f

Browse files
committed
fix: adjust DefaultConnMgrHighWater
#9467 (comment)
1 parent 5e5d15a commit 953005f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func InitWithIdentity(identity Identity) (*Config, error) {
9696

9797
// DefaultConnMgrHighWater is the default value for the connection managers
9898
// 'high water' mark
99-
const DefaultConnMgrHighWater = 150
99+
const DefaultConnMgrHighWater = 120
100100

101101
// DefaultConnMgrLowWater is the default value for the connection managers 'low
102102
// water' mark

docs/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1788,7 +1788,7 @@ HighWater is the number of connections that, when exceeded, will trigger a
17881788
connection GC operation. Note: protected/recently formed connections don't count
17891789
towards this limit.
17901790

1791-
Default: `150`
1791+
Default: `120`
17921792

17931793
Type: `optionalInteger`
17941794

0 commit comments

Comments
 (0)