From 59e31725ef55872a0fe51c34d1d8af4752d020f5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jens=20Mei=C3=9Fner?= Date: Tue, 3 Jun 2025 10:29:15 +0200 Subject: [PATCH] Fix comment to correspond the code above --- src/plugins/lua/reputation.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.47.3