Initial commit on Forgejo
Fresh repository history for elektrine/elektrine-haraka hosted at https://git.elektrine.com/elektrine/elektrine-haraka.
This commit is contained in:
commit
67c1d41a0c
82 changed files with 8713 additions and 0 deletions
14
config/toobusy.ini
Normal file
14
config/toobusy.ini
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Rate limiting configuration
|
||||
[main]
|
||||
# Enable rate limiting
|
||||
enabled=true
|
||||
|
||||
# Maximum load average before rejecting connections
|
||||
max_load=2.0
|
||||
|
||||
# Check interval (milliseconds)
|
||||
check_interval=1000
|
||||
|
||||
# Action when too busy
|
||||
action=defer
|
||||
message=Server too busy, try again later
|
||||
Loading…
Add table
Add a link
Reference in a new issue