diff --git a/functions.php b/functions.php index 592272000..84d045d85 100644 --- a/functions.php +++ b/functions.php @@ -2706,8 +2706,11 @@ $stamp = (int)read_stampfile("update_daemon.stamp"); +// $stamp_delta = time() - $stamp; +// print ""; + if ($stamp) { - if (time() - $stamp > 86400) { + if (time() - $stamp > 3600*3) { $stamp_check = 0; } else { $stamp_check = 1;