mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-10 23:10:10 -05:00
wip
This commit is contained in:
parent
2dfa6886b4
commit
124effb552
@ -20,6 +20,9 @@ const clearOldData = async () => {
|
|||||||
* In the heartbeat table:
|
* In the heartbeat table:
|
||||||
* - important rows: keep according to the setting (keepDataPeriodDays) (default 180 days)
|
* - important rows: keep according to the setting (keepDataPeriodDays) (default 180 days)
|
||||||
* - not important rows: keep 2 days
|
* - not important rows: keep 2 days
|
||||||
|
*
|
||||||
|
* stat_* tables:
|
||||||
|
* - keep according to the setting (keepDataPeriodDays) (default 180 days)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
let period = await setting("keepDataPeriodDays");
|
let period = await setting("keepDataPeriodDays");
|
||||||
|
Loading…
Reference in New Issue
Block a user