mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-08 14:23:22 +08:00
Fix: Run clear data at specific time
This commit is contained in:
@@ -5,7 +5,7 @@ const { SHARE_ENV } = require("worker_threads");
|
||||
const jobs = [
|
||||
{
|
||||
name: "clear-old-data",
|
||||
interval: "every 1 day",
|
||||
interval: "at 03:14",
|
||||
}
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user