diff options
author | Remi Collet <remi@remirepo.net> | 2023-10-27 16:29:45 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-10-27 16:29:45 +0200 |
commit | f40e37b39f8c9e86e4bbec558f3b0c562f2f7590 (patch) | |
tree | 56ba68c6af4953794c11bc45bca9341aa29b5a51 /10-opcache.ini | |
parent | d8e6761930f8fde62e4cf682950572fe20c2429b (diff) |
refresh config with upstream
Diffstat (limited to '10-opcache.ini')
-rw-r--r-- | 10-opcache.ini | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/10-opcache.ini b/10-opcache.ini index b6e6b0b..b3d4e6e 100644 --- a/10-opcache.ini +++ b/10-opcache.ini @@ -67,10 +67,6 @@ opcache.blacklist_filename=/etc/php.d/opcache*.blacklist ; are cached. ;opcache.max_file_size=0 -; Check the cache checksum each N requests. -; The default value of "0" means that the checks are disabled. -;opcache.consistency_checks=0 - ; How long to wait (in seconds) for a scheduled restart to begin if the cache ; is not being accessed. ;opcache.force_restart_timeout=180 |