Skip to content

Commit 1b6f20d

Browse files
committed
Merge branch '5.0'
* 5.0: Update the metadata_update_threshold description
2 parents 2db1e48 + 1993834 commit 1b6f20d

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

reference/configuration/framework.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1496,12 +1496,9 @@ metadata_update_threshold
14961496

14971497
**type**: ``integer`` **default**: ``0``
14981498

1499-
This is how many seconds to wait between updating/writing the session metadata. This
1500-
can be useful if, for some reason, you want to limit the frequency at which the
1501-
session persists.
1502-
1503-
Starting in Symfony 3.4, session data is *only* written when the session data has
1504-
changed. Previously, you needed to set this option to avoid that behavior.
1499+
This is how many seconds to wait between updating/writing the session metadata.
1500+
This can be useful if, for some reason, you want to limit the frequency at which
1501+
the session persists, instead of doing that on every request.
15051502

15061503
.. _reference-session-enabled:
15071504

0 commit comments

Comments
 (0)