mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-27 21:19:31 +01:00
example-conf: correct wrong default pingfreq
(cherry picked from commit 0460df0e51
)
This commit is contained in:
parent
b1e138d9c5
commit
dda1d6865d
@ -84,9 +84,9 @@ servers:
|
||||
|
||||
# Sets ping frequency (i.e. how long we should wait between sending
|
||||
# pings to our uplink). When more than two consecutive pings are missed,
|
||||
# PyLink will disconnect with a ping timeout. This defaults to 180 if
|
||||
# PyLink will disconnect with a ping timeout. This defaults to 90 if
|
||||
# not set.
|
||||
pingfreq: 180
|
||||
pingfreq: 90
|
||||
|
||||
# Separator character (used by relay)
|
||||
separator: "/"
|
||||
|
Loading…
Reference in New Issue
Block a user