# HG changeset patch # User Kim Alvefur # Date 1443358695 -7200 # Node ID 055b39c08fd0a0f43d30d3f87249fa41308d6a9e # Parent 9c9397d692aa93cb2969c62e616970911c5cfcf8 mod_watchuntrusted: Fix periodic cleanup to run more than once diff -r 9c9397d692aa -r 055b39c08fd0 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)