From aa0a7c73bf72bbc870a51184874d93b8ba76195d Mon Sep 17 00:00:00 2001 From: Mar Alegre Date: Mon, 12 Dec 2022 19:28:07 -0500 Subject: [PATCH] don't revalidate so often --- nextcloud/assets/php/php.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/assets/php/php.ini b/nextcloud/assets/php/php.ini index 769c05a..efde1ad 100644 --- a/nextcloud/assets/php/php.ini +++ b/nextcloud/assets/php/php.ini @@ -1810,7 +1810,7 @@ opcache.max_accelerated_files=10000 ; How often (in seconds) to check file timestamps for changes to the shared ; memory storage allocation. ("1" means validate once per second, but only ; once per request. "0" means always validate) -opcache.revalidate_freq=1 +opcache.revalidate_freq=60 ; Enables or disables file search in include_path optimization ;opcache.revalidate_path=0