Skip to content

Commit 3b47f52

Browse files
committed
Minor tweak
1 parent bb48ec8 commit 3b47f52

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

messenger.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -493,14 +493,13 @@ On production, there are a few important things to think about:
493493
new worker processes. The command uses the :ref:`app <cache-configuration-with-frameworkbundle>`
494494
cache internally - so make sure this is configured to use an adapter you like.
495495

496-
.. note::
497-
496+
**Use the Same Cache Between Deploys**
498497
If your deploy strategy involves the creation of new target directories, you
499498
should set a value for the :ref:`cache.prefix.seed <reference-cache-prefix-seed>`
500-
configuration option in order to let this command use always the same cache namespace
501-
between deployments. Otherwise, the ``cache.app`` pool will use the value of the
502-
``kernel.project_dir`` parameter as base for the namespace, which will lead to
503-
different namespaces each time a new deployment is made.
499+
configuration option in order to use the same cache namespace between deployments.
500+
Otherwise, the ``cache.app`` pool will use the value of the ``kernel.project_dir``
501+
parameter as base for the namespace, which will lead to different namespaces
502+
each time a new deployment is made.
504503

505504
Prioritized Transports
506505
~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)