File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,10 +51,10 @@ real and absolute file system paths. This increases the performance for
51
51
applications like Symfony that open many PHP files, specially on Windows
52
52
systems.
53
53
54
- By default PHP sets a default ``realpath_cache_size `` of ``16K `` which is too
55
- low for Symfony. Consider updating this value at least to ``4096K ``. In
56
- addition, cached paths are only stored for ``120 `` seconds. Consider updating
57
- this value too using the ``realpath_cache_ttl `` option in your ``php.ini `` file:
54
+ By default PHP sets a ``realpath_cache_size `` of ``16K `` which is too low for
55
+ Symfony. Consider updating this value at least to ``4096K ``. In addition, cached
56
+ paths are only stored for ``120 `` seconds by default . Consider updating this
57
+ value too using the ``realpath_cache_ttl `` option in your ``php.ini `` file:
58
58
59
59
.. code-block :: ini
60
60
You can’t perform that action at this time.
0 commit comments