mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-30 06:39:01 +01:00
Disable JIT until upstream bugs are fixed
This commit is contained in:
parent
2fbf196cbe
commit
17fc55ae81
@ -9,7 +9,7 @@ ffi.enable=true
|
|||||||
opcache.memory_consumption=256M
|
opcache.memory_consumption=256M
|
||||||
opcache.enable=1
|
opcache.enable=1
|
||||||
opcache.enable_cli=1
|
opcache.enable_cli=1
|
||||||
opcache.jit=function
|
opcache.jit=disable
|
||||||
opcache.validate_timestamps=0
|
opcache.validate_timestamps=0
|
||||||
opcache.jit_buffer_size=128M
|
opcache.jit_buffer_size=128M
|
||||||
opcache.file_update_protection=0
|
opcache.file_update_protection=0
|
||||||
|
Loading…
Reference in New Issue
Block a user