Skip to content

Commit

Permalink
Merge pull request #87 from kcalvinalvin/2023-11-15-increase-banthres…
Browse files Browse the repository at this point in the history
…hold

main: increase ban threshold to 300
  • Loading branch information
kcalvinalvin authored Nov 18, 2023
2 parents 5d19b98 + c58c16c commit 1b1d869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const (
defaultLogFilename = "utreexod.log"
defaultMaxPeers = 125
defaultBanDuration = time.Hour * 24
defaultBanThreshold = 100
defaultBanThreshold = 300
defaultConnectTimeout = time.Second * 30
defaultMaxRPCClients = 10
defaultMaxRPCWebsockets = 25
Expand Down

0 comments on commit 1b1d869

Please sign in to comment.