10 lines
303 B
INI
10 lines
303 B
INI
; Keep source changes immediately visible while avoiding repeated PHP compilation.
|
|
opcache.enable=1
|
|
opcache.enable_cli=1
|
|
opcache.memory_consumption=128
|
|
opcache.interned_strings_buffer=16
|
|
opcache.max_accelerated_files=20000
|
|
opcache.validate_timestamps=1
|
|
opcache.revalidate_freq=0
|
|
opcache.save_comments=1
|