Skip to content

Commit

Permalink
Merge pull request #595 from patchlevel/fix-missing-default-sleep-time
Browse files Browse the repository at this point in the history
fix missing default sleep time in subscription boot command
  • Loading branch information
DavidBadura authored Apr 25, 2024
2 parents 17a4440 + f04277e commit 0eb52ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Console/Command/SubscriptionBootCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public function configure(): void
null,
InputOption::VALUE_REQUIRED,
'How much time should elapse before the next job is executed in milliseconds',
0,
)
->addOption(
'setup',
Expand Down

0 comments on commit 0eb52ff

Please sign in to comment.