mirror of
https://github.com/fosrl/olm.git
synced 2026-03-04 17:56:41 +00:00
Set the ping inteval to 30 seconds
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user