slower online check
This commit is contained in:
parent
4f9e3d9c4d
commit
4a1aa73c76
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ def run():
|
|||
state.nodes = nodes.Nodes()
|
||||
def publish():
|
||||
if not state.tor.is_online():
|
||||
state.main.call_later(1, publish)
|
||||
state.main.call_later(10, publish)
|
||||
else:
|
||||
nodes.publish_node()
|
||||
state.main.add_callback(publish)
|
||||
|
|
Loading…
Reference in a new issue