Skip to content

Commit 82d2b60

Browse files
committed
typo
Signed-off-by: bota <Bota@dotkernel.com>
1 parent a705c4c commit 82d2b60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/autoload/messenger.local.php.dist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ return [
1616
'serializer' => SymfonySerializer::class,
1717
'retry_strategy' => [
1818
'max_retries' => 3, //maximum number of times a message will be retried after the first failure
19-
'delay' => 1000 // initial delay before retrying a failed message, in milliseconds,
20-
'multiplier' => 2 // factor to increase the delay for each subsequent retry,
21-
'max_delay' => 0 // maximum delay between retries, in milliseconds,
19+
'delay' => 1000, // initial delay before retrying a failed message, in milliseconds
20+
'multiplier' => 2, // factor to increase the delay for each subsequent retry
21+
'max_delay' => 0, // maximum delay between retries, in milliseconds
2222
],
2323
],
2424
// separate transport for failed messages

0 commit comments

Comments
 (0)