Skip to content

Commit

Permalink
fix(corpus_imported): Made IQUERY_SWEEP_UPLOADS_SIGNAL_ENABLED settin…
Browse files Browse the repository at this point in the history
…g a bool
  • Loading branch information
albertisfu committed Jan 23, 2025
1 parent 922e8d1 commit 77f718d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cl/settings/project/corpus_importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"IQUERY_COURT_BLOCKED_MAX_ATTEMPTS", default=6
)
IQUERY_EMPTY_PROBES_LIMIT = env.int("IQUERY_EMPTY_PROBES_LIMIT", default=15)
IQUERY_SWEEP_UPLOADS_SIGNAL_ENABLED = env(
IQUERY_SWEEP_UPLOADS_SIGNAL_ENABLED = env.bool(
"IQUERY_SWEEP_UPLOADS_SIGNAL_ENABLED", default=False
)
IQUERY_COURT_RATE = env("IQUERY_COURT_RATE", default="100/s")

0 comments on commit 77f718d

Please sign in to comment.