diff options
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.env.example b/.env.example index 953ae93..a19a07d 100644 --- a/.env.example +++ b/.env.example | |||
| @@ -286,5 +286,5 @@ | |||
| 286 | # Maximum total connections to the relay | 286 | # Maximum total connections to the relay |
| 287 | # Prevents connection exhaustion DoS attacks | 287 | # Prevents connection exhaustion DoS attacks |
| 288 | # CLI: --max-connections <count> | 288 | # CLI: --max-connections <count> |
| 289 | # Default: 500 | 289 | # Default: 4096 |
| 290 | # NGIT_MAX_CONNECTIONS=500 \ No newline at end of file | 290 | # NGIT_MAX_CONNECTIONS=4096 \ No newline at end of file |