fix: remove PHP cache revalidation disabling example

Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
Josh
2024-07-31 08:26:48 -04:00
committed by Daniel
parent 223d8a5cdd
commit 79342eb51a

View File

@ -158,12 +158,6 @@ To change the default from ``2`` and check for changes on disk at most every ``6
opcache.revalidate_freq = 60 opcache.revalidate_freq = 60
To disable the revalidation completely:
.. code:: ini
opcache.validate_timestamps = 0
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). 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).
.. warning:: .. warning::