Skip to content

Commit 7621f55

Browse files
committed
minor #20189 [Messenger] Update reference for framework.cache.prefix_seed config node (phansys)
This PR was merged into the 5.4 branch. Discussion ---------- [Messenger] Update reference for `framework.cache.prefix_seed` config node <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `7.x` for features of unreleased versions). --> See: * https://symfony.com/doc/current/reference/configuration/framework.html#prefix-seed; * https://github.com/symfony/symfony/blob/6896976123a70cf56c9e2576773400486f30e80f/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php#L1071. Commits ------- 3fecb78 Update reference for "framework.cache.prefix_seed" config node
2 parents 043d4b4 + 3fecb78 commit 7621f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ On production, there are a few important things to think about:
532532

533533
**Use the Same Cache Between Deploys**
534534
If your deploy strategy involves the creation of new target directories, you
535-
should set a value for the :ref:`cache.prefix.seed <reference-cache-prefix-seed>`
535+
should set a value for the :ref:`cache.prefix_seed <reference-cache-prefix-seed>`
536536
configuration option in order to use the same cache namespace between deployments.
537537
Otherwise, the ``cache.app`` pool will use the value of the ``kernel.project_dir``
538538
parameter as base for the namespace, which will lead to different namespaces

0 commit comments

Comments
 (0)