Merge branch 'master' of git://github.com/spesmilo/electrum
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 283 KiB After Width: | Height: | Size: 17 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 9.0 KiB After Width: | Height: | Size: 9.1 KiB |
@@ -378,7 +378,7 @@ class Network(threading.Thread):
|
||||
i, response = self.queue.get(timeout=0.1)
|
||||
except Queue.Empty:
|
||||
|
||||
if len(self.interfaces) < self.num_server:
|
||||
if len(self.interfaces) + len(self.pending_servers) < self.num_server:
|
||||
self.start_random_interface()
|
||||
if not self.interfaces:
|
||||
if time.time() - self.disconnected_time > DISCONNECTED_RETRY_INTERVAL:
|
||||
|
||||
Reference in New Issue
Block a user