mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-27 16:54:04 +00:00
Fix: Run clear data at specific time
This commit is contained in:
parent
8caf47988c
commit
ac80631bcd
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ const { SHARE_ENV } = require("worker_threads");
|
||||||
const jobs = [
|
const jobs = [
|
||||||
{
|
{
|
||||||
name: "clear-old-data",
|
name: "clear-old-data",
|
||||||
interval: "every 1 day",
|
interval: "at 03:14",
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue