[symfony/webapp-pack] Remove options that are already the defaults (#1507)

This commit is contained in:
Nicolas Grekas
2026-01-15 15:45:46 +01:00
committed by GitHub
parent db54e87e75
commit df2763ad15

View File

@@ -6,9 +6,6 @@ framework:
# https://symfony.com/doc/current/messenger.html#transport-configuration
async:
dsn: '%env(MESSENGER_TRANSPORT_DSN)%'
options:
use_notify: true
check_delayed_interval: 60000
retry_strategy:
max_retries: 3
multiplier: 2