Skip to content

Commit

Permalink
Merge pull request #6 from bittorrent/feat/update-conn-default
Browse files Browse the repository at this point in the history
feat: update connMgr default value
  • Loading branch information
imstevez committed Jun 20, 2023
2 parents 49a180e + 39d8653 commit 6f279ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,11 @@ const DefaultConnMgrHighWater = 900

// DefaultConnMgrLowWater is the default value for the connection managers 'low
// water' mark
const DefaultConnMgrLowWater = 600
const DefaultConnMgrLowWater = 10

// DefaultConnMgrGracePeriod is the default value for the connection managers
// grace period
const DefaultConnMgrGracePeriod = time.Second * 20
const DefaultConnMgrGracePeriod = time.Second * 10

// DefaultConnMgrType is the default value for the connection managers
// type.
Expand Down

0 comments on commit 6f279ca

Please sign in to comment.