Skip to content

Commit

Permalink
Remove default maintenance_rate at argparse level (#2639)
Browse files Browse the repository at this point in the history
  • Loading branch information
palinatolmach authored Oct 8, 2024
1 parent 2fd0490 commit 22bd433
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kevm-pyk/src/kevm_pyk/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,6 @@ def kprove_args(self) -> ArgumentParser:
args.add_argument(
'--maintenance-rate',
dest='maintenance_rate',
default=1,
type=int,
help='The number of proof iterations performed between two writes to disk and status bar updates. Note that setting to >1 may result in work being discarded if proof is interrupted.',
)
Expand Down

0 comments on commit 22bd433

Please sign in to comment.