Adjusting the attack tracker
The attack tracker in Sonar monitors for potential bot attacks based on player activity. Adjust these settings only if you really know what you're doing.
The minimum number of new players required to trigger attack detection. Default: 8
min-players-for-attack: 8The minimum duration (in milliseconds) that an attack must last to be considered ongoing. Default: 30000
min-attack-duration: 30000The minimum number of incident reports needed to confirm an attack, acting as a buffer against false positives. Default: 2
min-attack-threshold: 2The cooldown period (in milliseconds) required before detecting a new attack after one has ended. Default: 3000
attack-cooldown-delay: 3000Last updated