Skip to content

Commit

Permalink
Comment frontier query change
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-miller committed Nov 12, 2024
1 parent f332e56 commit 05ddc28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions brozzler/frontier.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ def claim_sites(self, n=1):
emit=lambda acc, site, new_acc: r.branch(
r.and_(
r.or_(
# Avoid tight loop when unclaimed site was recently disclaimed
r.and_(
site["claimed"].not_(),
r.or_(
Expand Down

0 comments on commit 05ddc28

Please sign in to comment.