Skip to content

Commit 2b749ab

Browse files
authored
Define default value for batch_size to 10 as according to the documentation
1 parent 7d2b431 commit 2b749ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parsedmarc/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ def process_reports(reports_):
274274
mailbox_watch=False,
275275
mailbox_delete=False,
276276
mailbox_test=False,
277-
mailbox_batch_size=None,
277+
mailbox_batch_size=10,
278278
mailbox_check_timeout=30,
279279
imap_host=None,
280280
imap_skip_certificate_verification=False,

0 commit comments

Comments
 (0)