Skip to content

Commit 9c85bd3

Browse files
fix: remove PHP cache revalidation disabling example
Signed-off-by: Josh <[email protected]>
1 parent 6cf3a81 commit 9c85bd3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

admin_manual/installation/server_tuning.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -158,12 +158,6 @@ To change the default from ``2`` and check for changes on disk at most every ``6
158158
159159
opcache.revalidate_freq = 60
160160
161-
To disable the revalidation completely:
162-
163-
.. code:: ini
164-
165-
opcache.validate_timestamps = 0
166-
167161
Any Server/app upgrades or changes to ``config.php`` will then require restarting PHP (or otherwise manually clearing the cache or invalidating this particular script).
168162

169163
.. warning::

0 commit comments

Comments
 (0)