Skip to content

Commit

Permalink
Big speed!
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBoatyMcBoatFace committed Jul 11, 2023
1 parent 097832e commit b532932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/database/postgres/fetch_unprocessed.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
session = SessionLocal()


def fetch_unprocessed_rules(limit=10):
def fetch_unprocessed_rules(limit=10000):
"""Fetches all rule_id that are not processed yet."""
result = session.execute(text("""
SELECT id as rule_id
Expand Down

0 comments on commit b532932

Please sign in to comment.