]> source.dussan.org Git - rspamd.git/commitdiff
Update comments in ratelimit.conf example 5053/head
authormoisseev <moiseev@mezonplus.ru>
Fri, 12 Jul 2024 06:38:14 +0000 (09:38 +0300)
committermoisseev <moiseev@mezonplus.ru>
Fri, 12 Jul 2024 06:38:14 +0000 (09:38 +0300)
conf/modules.d/ratelimit.conf

index d1a91d3d0d3f679a85c5a3501e94b33c1751518a..e5df5be682be1141cf922958cc23310576c1c554 100644 (file)
@@ -18,7 +18,7 @@ ratelimit {
     #to = {
     #  bucket = {
     #    burst = 100;
-    #    rate = 0.01666666666666666666; # leak 1 message per minute
+    #    rate = 0.01666666666666666666; # 1 message per minute
     #  }
     #}
     # or define it with selector
@@ -26,7 +26,7 @@ ratelimit {
     #  selector = 'rcpts:addr.take_n(5)';
     #  bucket = {
     #    burst = 100;
-    #    rate = "1 / 1m"; # leak 1 message per minute
+    #    rate = "1 / 1m"; # 1 message per minute
     #  }
     #}
   #}