Skip to content

Commit

Permalink
Revert "changed shares requested from 501 to 50"
Browse files Browse the repository at this point in the history
This reverts commit 67a76e6.
  • Loading branch information
forrestv committed Nov 29, 2012
1 parent cb580b6 commit d369429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2pool/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def download_shares():
try:
shares = yield peer.get_shares(
hashes=[share_hash],
parents=49,
parents=500,
stops=list(set(self.node.tracker.heads) | set(
self.node.tracker.get_nth_parent_hash(head, min(max(0, self.node.tracker.get_height_and_last(head)[0] - 1), 10)) for head in self.node.tracker.heads
))[:100],
Expand Down

0 comments on commit d369429

Please sign in to comment.