mirror of
https://github.com/nextcloud/documentation.git
synced 2025-07-21 23:46:31 +00:00
fix: remove PHP cache revalidation disabling example
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
@ -158,12 +158,6 @@ To change the default from ``2`` and check for changes on disk at most every ``6
|
||||
|
||||
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).
|
||||
|
||||
.. warning::
|
||||
|
Reference in New Issue
Block a user