mirror of
https://github.com/anthonyaxenov/iptv.git
synced 2024-11-01 01:26:00 +00:00
15 lines
299 B
INI
15 lines
299 B
INI
[PHP]
|
|
error_reporting = E_ALL
|
|
file_uploads = Off
|
|
; upload_max_filesize=10M
|
|
; post_max_size=10M
|
|
|
|
[opcache]
|
|
opcache.enable = 1
|
|
opcache.enable_cli = 1
|
|
opcache.memory_consumption = 128
|
|
opcache.max_accelerated_files = 30000
|
|
opcache.revalidate_freq = 0
|
|
opcache.jit_buffer_size = 64M
|
|
opcache.jit = tracing
|