mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-04-28 00:34:54 +00:00
Decrease the default brute force worker to 4
This commit is contained in:
@@ -287,7 +287,7 @@ def setup_argument_parser() -> ArgumentParser:
|
|||||||
help="Specify the chunk size for decrypting iOS backup, which may affect the decryption speed."
|
help="Specify the chunk size for decrypting iOS backup, which may affect the decryption speed."
|
||||||
)
|
)
|
||||||
misc_group.add_argument(
|
misc_group.add_argument(
|
||||||
"--max-bruteforce-worker", dest="max_bruteforce_worker", default=10, type=int,
|
"--max-bruteforce-worker", dest="max_bruteforce_worker", default=4, type=int,
|
||||||
help="Specify the maximum number of worker for bruteforce decryption."
|
help="Specify the maximum number of worker for bruteforce decryption."
|
||||||
)
|
)
|
||||||
misc_group.add_argument(
|
misc_group.add_argument(
|
||||||
|
|||||||
Reference in New Issue
Block a user