Skip to content

Commit 054e9e0

Browse files
committed
minor #5681 Update storage.rst (jls2933)
This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes #5681). Discussion ---------- Update storage.rst Commits ------- 1028d5f Rewriting of the sentence. c69b277 Update storage.rst
2 parents 2f0f732 + 1028d5f commit 054e9e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/profiler/storage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Switching the Profiler Storage
55
==============================
66

7-
By default the profile stores the collected data in files in the cache directory.
7+
By default the profile stores the collected data in files in the ``%kernel.cache_dir%/profiler/`` directory.
88
You can control the storage being used through the ``dsn``, ``username``,
99
``password`` and ``lifetime`` options. For example, the following configuration
1010
uses MySQL as the storage for the profiler with a lifetime of one hour:

0 commit comments

Comments
 (0)