Skip to content

Commit

Permalink
fix: adjust DefaultConnMgrHighWater
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Dec 8, 2022
1 parent 5e5d15a commit 953005f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func InitWithIdentity(identity Identity) (*Config, error) {

// DefaultConnMgrHighWater is the default value for the connection managers
// 'high water' mark
const DefaultConnMgrHighWater = 150
const DefaultConnMgrHighWater = 120

// DefaultConnMgrLowWater is the default value for the connection managers 'low
// water' mark
Expand Down
2 changes: 1 addition & 1 deletion docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -1788,7 +1788,7 @@ HighWater is the number of connections that, when exceeded, will trigger a
connection GC operation. Note: protected/recently formed connections don't count
towards this limit.

Default: `150`
Default: `120`

Type: `optionalInteger`

Expand Down

0 comments on commit 953005f

Please sign in to comment.