Increase attempts

This commit is contained in:
Owen
2026-03-19 17:24:41 -07:00
parent 42ef1f5ee3
commit 964532777a

View File

@@ -457,7 +457,7 @@ func (o *Olm) StartTunnel(config TunnelConfig) {
"userToken": userToken, "userToken": userToken,
"fingerprint": o.fingerprint, "fingerprint": o.fingerprint,
"postures": o.postures, "postures": o.postures,
}, 2*time.Second, 10) }, 2*time.Second, 20)
// Invoke onRegistered callback if configured // Invoke onRegistered callback if configured
if o.olmConfig.OnRegistered != nil { if o.olmConfig.OnRegistered != nil {