We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98e65bf commit 411b8d8Copy full SHA for 411b8d8
reference/configuration/framework.rst
@@ -44,7 +44,6 @@ Configuration
44
* `dsn`_
45
* `username`_
46
* `password`_
47
- * `lifetime`_
48
* `matcher`_
49
* `ip`_
50
* :ref:`path <reference-profiler-matcher-path>`
@@ -570,14 +569,6 @@ password
570
569
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
581
matcher
582
.......
583
@@ -1476,7 +1467,6 @@ Full Default Configuration
1476
1467
dsn: file:%kernel.cache_dir%/profiler
1477
1468
username:
1478
1469
password:
1479
- lifetime: 86400
1480
1470
matcher:
1481
1471
ip: ~
1482
1472
0 commit comments