join with timeout
This commit is contained in:
parent
07300f83f3
commit
7a000bf199
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue