Browse Source

don't revalidate so often

nextcloud/optimization
Mar Alegre 3 years ago
parent
commit
aa0a7c73bf
  1. 2
      nextcloud/assets/php/php.ini

2
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

Loading…
Cancel
Save