This commit is contained in:
Louis Lam 2024-10-26 15:40:39 +08:00
parent 65b49384e0
commit ab398b9641

View file

@ -842,7 +842,7 @@ class Database {
/**
* Remove all non-important heartbeats from heartbeat table, keep last 24-hour or {KEEP_LAST_ROWS} rows for each monitor
* @param {boolean} detailedLog
* @param {boolean} detailedLog Log detailed information
* @returns {Promise<void>}
*/
static async clearHeartbeatData(detailedLog = false) {