diff options
Diffstat (limited to 'opcache.ini')
-rw-r--r-- | opcache.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/opcache.ini b/opcache.ini index 62088a7..1334f82 100644 --- a/opcache.ini +++ b/opcache.ini @@ -99,6 +99,10 @@ opcache.fast_shutdown=1 ; 3) Code that triggers an Optimizer+ bug. ;opcache.blacklist_filename +; Allows exclusion of large files from being cached. +; By default all files 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. ; Because calculating the checksum impairs performance, this directive should |