From 9c85bd34fc5d5f4324988082cf9a6c215d7fd6ae Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 31 Jul 2024 08:26:48 -0400 Subject: [PATCH] fix: remove PHP cache revalidation disabling example Signed-off-by: Josh --- admin_manual/installation/server_tuning.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/admin_manual/installation/server_tuning.rst b/admin_manual/installation/server_tuning.rst index cc8d2ecf182..9c553e8703f 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::