Skip to content

Commit

Permalink
Fix horizon typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ntzm authored Sep 11, 2017
1 parent 98a5d41 commit 41c11b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion horizon.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ If you would like to be notified when one of your queues has a long wait time, y

#### Configuring Notification Wait Time Thresholds

You may configure how many seconds are considered a "long wait" within your `config/horizon.php` configuration file. The `wait` configuration option within this file allows you to control the long wait threshold for each connection / queue combination:
You may configure how many seconds are considered a "long wait" within your `config/horizon.php` configuration file. The `waits` configuration option within this file allows you to control the long wait threshold for each connection / queue combination:

'waits' => [
'redis:default' => 60,
Expand Down

0 comments on commit 41c11b8

Please sign in to comment.