Utf8 js merge error fix, no peer found error fix, Large site confirmation dialog display fix
This commit is contained in:
parent
9c5176a8cb
commit
2d588a5006
5 changed files with 62 additions and 36 deletions
|
@ -225,7 +225,7 @@ class Site:
|
|||
|
||||
event_done.get() # Wait for done
|
||||
if len(published) < min(len(self.peers), limit): time.sleep(0.2) # If less than we need sleep a bit
|
||||
if len(published) == 0: gevent.join(publishers) # No successful publish, wait for all publisher
|
||||
if len(published) == 0: gevent.joinall(publishers) # No successful publish, wait for all publisher
|
||||
|
||||
self.log.info("Successfuly published to %s peers" % len(published))
|
||||
return len(published)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue