Shrink downtime window from 5 minutes to 1 minute

This commit is contained in:
Xkeeper 2017-07-19 00:21:49 -07:00
parent 9318ec258d
commit 0449b82b42

View File

@ -14,7 +14,7 @@
$id = 0;
// Wait for the midnight backup to finish...
if ((int)date("Gi") < 5) {
if ((int)date("Gi") < 1) {
require "lib/downtime.php";
}