mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
augment "opcache.revalidate_freq" from 1 to 30
This commit is contained in:
parent
2741a052b3
commit
1932b05054
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ php_value[opcache.interned_strings_buffer]=8
|
|||
php_value[opcache.max_accelerated_files]=10000
|
||||
php_value[opcache.memory_consumption]=128
|
||||
php_value[opcache.save_comments]=1
|
||||
php_value[opcache.revalidate_freq]=1
|
||||
php_value[opcache.revalidate_freq]=30
|
||||
; https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/caching_configuration.html#id1
|
||||
php_value[apc.enabled]=1
|
||||
php_value[apc.enable_cli]=1
|
||||
|
|
Loading…
Add table
Reference in a new issue