Skip to content

Commit

Permalink
Merge pull request #3 from CakeDC/feature/disable-option
Browse files Browse the repository at this point in the history
updated README.md
  • Loading branch information
arusinowski authored Oct 21, 2024
2 parents f440c9e + 1144108 commit fb8de69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ Set up the QueueMonitor configuration in your `config/app_local.php`:
```php
// ...
'QueueMonitor' => [
// With this setting you can enable or disable the queue monitoring without
// restarting the workers, the queue monitoring is enabled by default
// With this setting you can enable or disable the queue monitoring, the queue
// monitoring is enabled by default
'disable' => false,

// mailer config, the default is `default` mailer, you can ommit
Expand Down

0 comments on commit fb8de69

Please sign in to comment.