Set the ping inteval to 30 seconds

Former-commit-id: 737ffca15d
This commit is contained in:
Owen
2026-01-15 21:59:18 -08:00
parent bd8031651e
commit e1a687407e

View File

@@ -313,7 +313,7 @@ func (o *Olm) StartTunnel(config TunnelConfig) {
userToken, userToken,
config.OrgID, config.OrgID,
config.Endpoint, config.Endpoint,
config.PingIntervalDuration, 30, // 30 seconds
config.PingTimeoutDuration, config.PingTimeoutDuration,
) )
if err != nil { if err != nil {