Send diff to second batch of peers
This commit is contained in:
parent
31077eb346
commit
bb23bc7b3c
1 changed files with 1 additions and 1 deletions
|
@ -486,7 +486,7 @@ class Site(object):
|
||||||
)
|
)
|
||||||
|
|
||||||
for thread in range(2):
|
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
|
# Send my hashfield to every connected peer if changed
|
||||||
gevent.spawn(self.sendMyHashfield, 100)
|
gevent.spawn(self.sendMyHashfield, 100)
|
||||||
|
|
Loading…
Reference in a new issue