docs: final polish and refined protocol automation

This commit is contained in:
MacBook
2026-05-04 04:45:02 +02:00
parent 652f1cef4f
commit c9ec6ce3e0
3 changed files with 40 additions and 16 deletions
+5 -1
View File
@@ -506,6 +506,10 @@
});
observer.observe(document.body, { childList: true, subtree: true });
// --- SHARED_HEARTBEAT_INJECT_START ---
const HEARTBEAT_INTERVAL_VAL = 15000;
// --- SHARED_HEARTBEAT_INJECT_END ---
// Heartbeat
let heartbeatErrorCount = 0;
const heartbeatInterval = setInterval(() => {
@@ -532,7 +536,7 @@
}
});
}
}, 15000);
}, HEARTBEAT_INTERVAL_VAL);
// Initial Setup
setupListeners();