Send diff to second batch of peers

This commit is contained in:
shortcutme 2016-10-02 14:22:32 +02:00
parent 31077eb346
commit bb23bc7b3c
1 changed files with 1 additions and 1 deletions

View File

@ -486,7 +486,7 @@ class Site(object):
)
for thread in range(2):
gevent.spawn(self.publisher, inner_path, peers, published, limit=limit * 2)
gevent.spawn(self.publisher, inner_path, peers, published, limit=limit * 2, diffs=diffs)
# Send my hashfield to every connected peer if changed
gevent.spawn(self.sendMyHashfield, 100)