Improved AutoInterface peering timeout

This commit is contained in:
Mark Qvist 2022-04-27 13:19:48 +02:00
parent 00816b55bb
commit 6cf9288b11
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ class AutoInterface(Interface):
self.outbound_udp_socket = None
self.announce_interval = AutoInterface.PEERING_TIMEOUT/5.0
self.announce_interval = AutoInterface.PEERING_TIMEOUT/6.0
self.peer_job_interval = AutoInterface.PEERING_TIMEOUT*1.1
self.peering_timeout = AutoInterface.PEERING_TIMEOUT
self.multicast_echo_timeout = AutoInterface.PEERING_TIMEOUT/2