Updated composer.json to remove unused Symfony packages, modified messenger.yaml to change transport DSN to 'sync://', and updated search.html.twig placeholder text for improved clarity.
Some checks failed
CI - Build Tonehaus Docker image / build (push) Has been cancelled

This commit is contained in:
2025-11-07 11:41:54 +00:00
parent d58499834a
commit 6203971689
9 changed files with 434 additions and 7 deletions

View File

@@ -5,7 +5,8 @@ framework:
transports:
# https://symfony.com/doc/current/messenger.html#transport-configuration
async:
dsn: '%env(MESSENGER_TRANSPORT_DSN)%'
#dsn: '%env(MESSENGER_TRANSPORT_DSN)%'
dsn: 'sync://' # meh
options:
use_notify: true
check_delayed_interval: 60000