mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-05-19 08:40:21 -07:00
Shrink downtime window from 5 minutes to 1 minute
This commit is contained in:
parent
9318ec258d
commit
0449b82b42
@ -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";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user