From: Andrew Lewis Date: Mon, 13 Feb 2017 08:24:38 +0000 (+0200) Subject: [Minor] Fix time specification X-Git-Tag: 1.5.0~123^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F1418%2Fhead;p=rspamd.git [Minor] Fix time specification Reported-by: @dehnli --- diff --git a/conf/modules.d/greylist.conf b/conf/modules.d/greylist.conf index 4d489a3fd..04e3b8205 100644 --- a/conf/modules.d/greylist.conf +++ b/conf/modules.d/greylist.conf @@ -20,7 +20,7 @@ greylist { ]; expire = 1d; # 1 day by default - timeout = 5m; # 5 minutes by default + timeout = 5min; # 5 minutes by default key_prefix = "rg"; # default hash name max_data_len = 10k; # default data limit to hash message = "Try again later"; # default greylisted message