]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Fix comment to correspond the code above 5489/head
authorJens Meißner <meissner@b1-systems.de>
Tue, 3 Jun 2025 08:29:15 +0000 (10:29 +0200)
committerJens Meißner <meissner@b1-systems.de>
Tue, 3 Jun 2025 08:29:15 +0000 (10:29 +0200)
src/plugins/lua/reputation.lua

index dbf003c688a9c9edc56cd563c05ea422a187d0df..eacaee06403df50bf54c023dc6d52b9678f4e8c3 100644 (file)
@@ -1166,7 +1166,7 @@ local backends = {
           name = '1m',
           mult = 1.0,
         }
-      }, -- What buckets should be used, default 1h and 1month
+      }, -- What buckets should be used, default 1month
     },
     init = reputation_redis_init,
     get_token = reputation_redis_get_token,