mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-10 04:12:57 +08:00
fix check update interval too short
This commit is contained in:
@@ -28,7 +28,7 @@ exports.startInterval = () => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
check();
|
check();
|
||||||
interval = setInterval(check, 3600 * 48);
|
interval = setInterval(check, 3600 * 1000 * 48);
|
||||||
};
|
};
|
||||||
|
|
||||||
exports.enableCheckUpdate = async (value) => {
|
exports.enableCheckUpdate = async (value) => {
|
||||||
|
Reference in New Issue
Block a user