diff --git a/admin_manual/installation/server_tuning.rst b/admin_manual/installation/server_tuning.rst index 47adea9f80c..7065df81ff5 100644 --- a/admin_manual/installation/server_tuning.rst +++ b/admin_manual/installation/server_tuning.rst @@ -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::