Skip to content

Commit c084375

Browse files
James Halsallwouterj
James Halsall
authored andcommitted
Remove reference to profiler lifetime property that was removed in 3.x
1 parent 98e65bf commit c084375

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

reference/configuration/framework.rst

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ Configuration
4242
* `only_exceptions`_
4343
* `only_master_requests`_
4444
* `dsn`_
45-
* `username`_
46-
* `password`_
47-
* `lifetime`_
4845
* `matcher`_
4946
* `ip`_
5047
* :ref:`path <reference-profiler-matcher-path>`
@@ -556,28 +553,6 @@ The DSN where to store the profiling information.
556553
See :doc:`/profiler/storage` for more information about the
557554
profiler storage.
558555

559-
username
560-
........
561-
562-
**type**: ``string`` **default**: ``''``
563-
564-
When needed, the username for the profiling storage.
565-
566-
password
567-
........
568-
569-
**type**: ``string`` **default**: ``''``
570-
571-
When needed, the password for the profiling storage.
572-
573-
lifetime
574-
........
575-
576-
**type**: ``integer`` **default**: ``86400``
577-
578-
The lifetime of the profiling storage in seconds. The data will be deleted
579-
when the lifetime is expired.
580-
581556
matcher
582557
.......
583558

@@ -1474,9 +1449,6 @@ Full Default Configuration
14741449
only_exceptions: false
14751450
only_master_requests: false
14761451
dsn: file:%kernel.cache_dir%/profiler
1477-
username:
1478-
password:
1479-
lifetime: 86400
14801452
matcher:
14811453
ip: ~
14821454

0 commit comments

Comments
 (0)