diff --git a/judgments/management/commands/reparse_next_in_reparse_queue.py b/judgments/management/commands/reparse_next_in_reparse_queue.py index 7f268bac1..e3d1af05d 100644 --- a/judgments/management/commands/reparse_next_in_reparse_queue.py +++ b/judgments/management/commands/reparse_next_in_reparse_queue.py @@ -6,7 +6,7 @@ from judgments.utils import api_client from judgments.views.reports import get_rows_from_result -NUMBER_TO_PARSE = 1 +NUMBER_TO_PARSE = 8 MAX_DOCUMENTS_TO_TRY = 200