Исправление конфигурационного файла
All checks were successful
Build / Build project (push) Successful in 6m10s
All checks were successful
Build / Build project (push) Successful in 6m10s
This commit is contained in:
parent
204512d6ad
commit
20aa22ddf9
3 changed files with 10 additions and 8 deletions
|
@ -158,6 +158,8 @@ websocket_ping_frequency = 30s
|
|||
; Prefer IPv4 over IPv6 for DNS resolution (useful for broken IPv6 connections)
|
||||
; dns_resolver_prefer_ipv4 = false
|
||||
|
||||
; Exponential backoff for the delay between reconnect attempts
|
||||
; The maximum reconnect delay
|
||||
; reverse_reconnect_max_delay = 1s
|
||||
; When using reverse tunnel, the client will try to always keep a connection to the server to await for new tunnels
|
||||
; This delay is the maximum of time the client will wait before trying to reconnect to the server in case of failure
|
||||
; The client follows an exponential backoff strategy until it reaches this maximum delay
|
||||
; By default, the client tries to reconnect every 1 second
|
||||
; reverse_tunnel_connection_retry_max_backoff = 1s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue