Skip to content

Commit 411b8d8

Browse files
author
James Halsall
committed
Remove reference to profiler lifetime property that was remove in 3.x
1 parent 98e65bf commit 411b8d8

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Diff for: reference/configuration/framework.rst

-10
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ Configuration
4444
* `dsn`_
4545
* `username`_
4646
* `password`_
47-
* `lifetime`_
4847
* `matcher`_
4948
* `ip`_
5049
* :ref:`path <reference-profiler-matcher-path>`
@@ -570,14 +569,6 @@ password
570569

571570
When needed, the password for the profiling storage.
572571

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-
581572
matcher
582573
.......
583574

@@ -1476,7 +1467,6 @@ Full Default Configuration
14761467
dsn: file:%kernel.cache_dir%/profiler
14771468
username:
14781469
password:
1479-
lifetime: 86400
14801470
matcher:
14811471
ip: ~
14821472

0 commit comments

Comments
 (0)