[Rspamd] Set to to_ip to_ip_from rate buckets to 100 / 1s

master
andryyy 2019-05-09 11:32:16 +02:00
parent bf3fb0c9d4
commit 456e92c830
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
rates {
# Format: "1 / 1h" or "20 / 1m" etc. - global ratelimits are disabled by default
to = "45 / 1m";
to_ip = "360 / 1m";
to_ip_from = "180 / 1m";
to = "100 / 1s";
to_ip = "100 / 1s";
to_ip_from = "100 / 1s";
bounce_to = "100 / 1s";
bounce_to_ip = "100 / 1s";
}