Skip to content

Commit

Permalink
Define default value for batch_size to 10 as according to the documen…
Browse files Browse the repository at this point in the history
…tation
  • Loading branch information
AnaelMobilia authored Jan 23, 2024
1 parent 7d2b431 commit 2b749ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsedmarc/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def process_reports(reports_):
mailbox_watch=False,
mailbox_delete=False,
mailbox_test=False,
mailbox_batch_size=None,
mailbox_batch_size=10,
mailbox_check_timeout=30,
imap_host=None,
imap_skip_certificate_verification=False,
Expand Down

0 comments on commit 2b749ab

Please sign in to comment.