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,
|
"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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user