mod_watchuntrusted: Fix periodic cleanup to run more than once
authorKim Alvefur <zash@zash.se>
Sun, 27 Sep 2015 14:58:15 +0200
changeset 1881 055b39c08fd0
parent 1880 9c9397d692aa
child 1882 7f96183a60ce
mod_watchuntrusted: Fix periodic cleanup to run more than once
mod_watchuntrusted/mod_watchuntrusted.lua
--- a/mod_watchuntrusted/mod_watchuntrusted.lua	Sun Sep 27 13:55:10 2015 +0200
+++ b/mod_watchuntrusted/mod_watchuntrusted.lua	Sun Sep 27 14:58:15 2015 +0200
@@ -64,4 +64,5 @@
 			notified_about_already[host] = nil;
 		end
 	end
+	return 14400;
 end)