Skip to content

Commit fab7a0a

Browse files
committed
Minor reword
1 parent 6409fc5 commit fab7a0a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

performance.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ real and absolute file system paths. This increases the performance for
5151
applications like Symfony that open many PHP files, specially on Windows
5252
systems.
5353

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:
5858

5959
.. code-block:: ini
6060

0 commit comments

Comments
 (0)