mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2025-01-09 19:27:34 +01:00
Keep default of php_opcache_revalidate_path as per PHP Zend defaults
This commit is contained in:
parent
674c848681
commit
901b9b18cf
@ -26,7 +26,7 @@ php_opcache_interned_strings_buffer: "16"
|
||||
php_opcache_max_accelerated_files: "4096"
|
||||
php_opcache_max_wasted_percentage: "5"
|
||||
php_opcache_validate_timestamps: "1"
|
||||
php_opcache_revalidate_path: "1"
|
||||
php_opcache_revalidate_path: "0"
|
||||
php_opcache_revalidate_freq: "2"
|
||||
php_opcache_max_file_size: "0"
|
||||
php_opcache_blacklist_filename: ""
|
||||
|
Loading…
Reference in New Issue
Block a user