mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-05-19 18:35:24 +00:00
Define default value for batch_size to 10 as according to the documentation (#465)
This commit is contained in:
+1
-1
@@ -333,7 +333,7 @@ def _main():
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user