# Adjusting the attack tracker

The minimum number of new players required to trigger attack detection. Default: `8`

```yaml
min-players-for-attack: 8
```

The minimum duration (in milliseconds) that an attack must last to be considered ongoing. Default: `30000`

```yaml
min-attack-duration: 30000
```

The minimum number of incident reports needed to confirm an attack, acting as a buffer against false positives. Default: `2`

```yaml
min-attack-threshold: 2
```

The cooldown period (in milliseconds) required before detecting a new attack after one has ended. Default: `3000`

```yaml
attack-cooldown-delay: 3000
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.jonesdev.xyz/administration/configuring-sonar/adjusting-the-attack-tracker.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
