Remove redundant info

This commit is contained in:
Owen
2026-03-16 13:50:21 -07:00
parent 3de8dc9fc2
commit 4bc0508c7d
2 changed files with 1 additions and 4 deletions

View File

@@ -375,7 +375,6 @@ func (o *Olm) StartTunnel(config TunnelConfig) {
config.OrgID,
config.Endpoint,
30*time.Second, // 30 seconds
config.PingTimeoutDuration,
websocket.WithPingDataProvider(func() map[string]any {
o.metaMu.Lock()
defer o.metaMu.Unlock()