join with timeout

This commit is contained in:
j 2019-01-12 23:11:14 +05:30
parent 07300f83f3
commit 7a000bf199
1 changed files with 1 additions and 1 deletions

View File

@ -567,7 +567,7 @@ class Nodes(Thread):
node.join()
if self.local:
self.local.close()
return super().join()
return super().join(1)
def publish_node():
update_online()