mirror of
https://github.com/fosrl/olm.git
synced 2026-03-26 20:46:42 +00:00
Increase attempts
This commit is contained in:
@@ -457,7 +457,7 @@ func (o *Olm) StartTunnel(config TunnelConfig) {
|
||||
"userToken": userToken,
|
||||
"fingerprint": o.fingerprint,
|
||||
"postures": o.postures,
|
||||
}, 2*time.Second, 10)
|
||||
}, 2*time.Second, 20)
|
||||
|
||||
// Invoke onRegistered callback if configured
|
||||
if o.olmConfig.OnRegistered != nil {
|
||||
|
||||
Reference in New Issue
Block a user