Fix: Clear Events clears slow response events too

This commit is contained in:
Stephen Papierski 2023-11-13 23:30:38 -07:00
parent c503d12a4a
commit 1870b5c9d6
No known key found for this signature in database

View file

@ -1446,7 +1446,9 @@ let needSetup = false;
log.info("manage", `Clear Events Monitor: ${monitorID} User ID: ${socket.userID}`);
await R.exec("UPDATE heartbeat SET msg = ?, important = ? WHERE monitor_id = ? ", [
await R.exec("UPDATE heartbeat SET msg = ?, important = ?, ping_msg = ?, ping_important = ? WHERE monitor_id = ? ", [
"",
"0",
"",
"0",
monitorID,