From 737ffca15d746204423ac5b4a98f5a7e8be783f9 Mon Sep 17 00:00:00 2001 From: Owen Date: Thu, 15 Jan 2026 21:59:18 -0800 Subject: [PATCH] Set the ping inteval to 30 seconds --- olm/olm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/olm/olm.go b/olm/olm.go index 97bd4b7..e1d9a7f 100644 --- a/olm/olm.go +++ b/olm/olm.go @@ -313,7 +313,7 @@ func (o *Olm) StartTunnel(config TunnelConfig) { userToken, config.OrgID, config.Endpoint, - config.PingIntervalDuration, + 30, // 30 seconds config.PingTimeoutDuration, ) if err != nil {