Skip to content

Commit 43456f9

Browse files
authored
Fix readme (vyuldashev#402)
Fix `prioritize_delayed` option name
1 parent 2ef3567 commit 43456f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ When you want to prioritize messages when they were delayed, then this is possib
9191
'queue' => [
9292
// ...
9393

94-
'prioritize_delayed_messages' => false,
94+
'prioritize_delayed' => false,
9595
'queue_max_priority' => 10,
9696
],
9797
],

0 commit comments

Comments
 (0)