This commit is contained in:
2025-05-30 19:46:43 -07:00
parent 7a940a6cdc
commit 17550e2d1d
2 changed files with 19 additions and 14 deletions

View File

@@ -44,7 +44,7 @@ export class PeerManager {
messageSuperlog = false;
watchdogInterval: ReturnType<typeof setTimeout> |null = null;
reconnectTimer: number | null = null;
peerStateSuperlog: boolean = false;
peerStateSuperlog: boolean = true;
// async watchdog() {
// // Check that we're connected to at least N peers. If not, reconnect to the bootstrap server.