2.0-last-part
Louis Lam 4 months ago
parent 2dfa6886b4
commit 124effb552

@ -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");

Loading…
Cancel
Save