mod_firewall/definitions.lib.lua
changeset 2591 8c879948a2cf
parent 2590 d28e434cb5fd
child 2863 22e11645a895
--- a/mod_firewall/definitions.lib.lua	Sun Feb 26 11:28:56 2017 +0000
+++ b/mod_firewall/definitions.lib.lua	Sun Feb 26 11:29:10 2017 +0000
@@ -119,7 +119,6 @@
 						module:log("debug", "List at <%s> is unchanged", url);
 					elseif code == 0 or (code >= 400 and code <=599) then
 						module:log("warn", "Failed to fetch list from <%s>: %d %s", url, code, tostring(body));
-						next_poll = 300;
 						failure_count = failure_count + 1;
 						next_poll = retry_intervals[failure_count] or retry_intervals[#retry_intervals];
 					end