Before it was hard-coded to 30 seconds, but this was not clear from the log output which showed the server config as having the ping frequency set to None.
With this PR, we align the options for the server and the client, and we add the possibility to disable pings altogether by setting the frequency to zero.
Before it was hard-coded to 30 seconds, but this was not clear from the log output which showed the server config as having the ping frequency set to
None
. With this PR, we align the options for the server and the client, and we add the possibility to disable pings altogether by setting the frequency to zero.