Skip to content

Commit

Permalink
raise spam limit, lower spam warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Distortions81 committed Jan 20, 2025
1 parent e533717 commit 1617107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions constants/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ const (
MaxModPacks = 4

/* Spam auto-ban settings */
SpamScoreLimit = 12
SpamScoreWarning = 9
SpamScoreLimit = 24
SpamScoreWarning = 8

SpamSlowThres = time.Second * 2
SpamFastThres = time.Millisecond * 1250
Expand Down

0 comments on commit 1617107

Please sign in to comment.