changeset 1877:055b39c08fd0

mod_watchuntrusted: Fix periodic cleanup to run more than once
author Kim Alvefur <zash@zash.se>
date Sun, 27 Sep 2015 14:58:15 +0200
parents 9c9397d692aa
children 7f96183a60ce
files mod_watchuntrusted/mod_watchuntrusted.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)