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