Skip to content

Commit 1e0f82e

Browse files
committed
Merge branch '7.4' into 8.0
* 7.4: fix(rate_limiter): fix rateLimiter naming Watch less files when running messenger through Symfony CLI
2 parents 01aa96e + cba4226 commit 1e0f82e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rate_limiter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ You can configure multiple rate limiters to work together:
526526
;
527527
528528
$framework->rateLimiter()
529-
->limiter('two_per_minute')
529+
->limiter('five_per_hour')
530530
->policy('fixed_window')
531531
->limit(5)
532532
->interval('1 hour')

setup/symfony_cli.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ Define processes that should start automatically with the server in
541541
# Messenger consumer with file watching
542542
messenger_consume_async:
543543
cmd: ['symfony', 'console', 'messenger:consume', 'async']
544-
watch: ['config', 'src', 'templates', 'vendor']
544+
watch: ['config', 'src', 'templates', 'vendor/composer/installed.json']
545545
546546
# Custom commands
547547
build_spa:

0 commit comments

Comments
 (0)