Make relay optional

This commit is contained in:
Owen
2025-12-01 16:19:23 -05:00
parent 136eee3302
commit e9e4b00994
5 changed files with 35 additions and 35 deletions

View File

@@ -73,7 +73,7 @@ func NewPeerMonitor(callback PeerMonitorCallback, privateKey string, wsClient *w
callback: callback,
interval: 1 * time.Second, // Default check interval
timeout: 2500 * time.Millisecond,
maxAttempts: 8,
maxAttempts: 15,
privateKey: privateKey,
wsClient: wsClient,
device: device,