Added property default

This commit is contained in:
Mark Qvist 2022-10-12 14:58:00 +02:00
parent 372bedcd85
commit e9de01e10e

View File

@ -75,6 +75,7 @@ class AutoInterface(Interface):
self.outbound_udp_socket = None
self.announce_rate_target = None
self.announce_interval = AutoInterface.PEERING_TIMEOUT/6.0
self.peer_job_interval = AutoInterface.PEERING_TIMEOUT*1.1
self.peering_timeout = AutoInterface.PEERING_TIMEOUT