Skip to content

Commit cba4226

Browse files
committed
Merge branch '7.3' into 7.4
* 7.3: fix(rate_limiter): fix rateLimiter naming Watch less files when running messenger through Symfony CLI
2 parents 16d282c + 2a4cc06 commit cba4226

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
@@ -683,7 +683,7 @@ You can configure multiple rate limiters to work together:
683683
;
684684
685685
$framework->rateLimiter()
686-
->limiter('two_per_minute')
686+
->limiter('five_per_hour')
687687
->policy('fixed_window')
688688
->limit(5)
689689
->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)