mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-08-20 16:12:16 +00:00
docs: final polish and refined protocol automation
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user