Skip to content

Update the metadata_update_threshold description #13502

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 8, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions reference/configuration/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1024,12 +1024,9 @@ setting the value to ``null``:

**type**: ``integer`` **default**: ``0``

This is how many seconds to wait between updating/writing the session metadata. This
can be useful if, for some reason, you want to limit the frequency at which the
session persists.

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

.. _reference-session-enabled:

Expand Down