Skip to content

Remove reference to profiler lifetime property that was removed in 3.x #6903

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

Closed
Closed
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
28 changes: 0 additions & 28 deletions reference/configuration/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ Configuration
* `only_exceptions`_
* `only_master_requests`_
* `dsn`_
* `username`_
* `password`_
* `lifetime`_
* `matcher`_
* `ip`_
* :ref:`path <reference-profiler-matcher-path>`
Expand Down Expand Up @@ -556,28 +553,6 @@ The DSN where to store the profiling information.
See :doc:`/profiler/storage` for more information about the
profiler storage.

username
........

**type**: ``string`` **default**: ``''``

When needed, the username for the profiling storage.

password
........

**type**: ``string`` **default**: ``''``

When needed, the password for the profiling storage.

lifetime
........

**type**: ``integer`` **default**: ``86400``

The lifetime of the profiling storage in seconds. The data will be deleted
when the lifetime is expired.

matcher
.......

Expand Down Expand Up @@ -1474,9 +1449,6 @@ Full Default Configuration
only_exceptions: false
only_master_requests: false
dsn: file:%kernel.cache_dir%/profiler
username:
password:
lifetime: 86400
matcher:
ip: ~
Expand Down