From: Jens Meißner Date: Tue, 3 Jun 2025 08:29:15 +0000 (+0200) Subject: Fix comment to correspond the code above X-Git-Tag: 3.12.0~10^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F5489%2Fhead;p=thirdparty%2Frspamd.git Fix comment to correspond the code above --- diff --git a/src/plugins/lua/reputation.lua b/src/plugins/lua/reputation.lua index dbf003c688..eacaee0640 100644 --- a/src/plugins/lua/reputation.lua +++ b/src/plugins/lua/reputation.lua @@ -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,