1
0
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:
Daniil Gentili 2023-12-18 21:29:11 +01:00
parent 2fbf196cbe
commit 17fc55ae81

View File

@ -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