1
0

fixes, resend_subscriptions

This commit is contained in:
thomasv
2013-09-10 19:59:58 +02:00
parent 79645e9b37
commit 77871b97af
4 changed files with 26 additions and 9 deletions

View File

@@ -93,8 +93,8 @@ class Blockchain(threading.Thread):
self.network.trigger_callback('updated')
h = self.servers_height.get(self.network.interface.server)
if h is not None and h < height:
print "server is lagging", height - i.network.interface.height
if h is not None and h < height - 1:
print "server is lagging", height, h
self.network.interface.stop()