1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-30 05:58:58 +01:00

Fix hangs by disabling JIT

This commit is contained in:
Daniil Gentili 2023-09-14 07:54:07 +02:00
parent c0614ea2b6
commit 7a8fc38c47

View File

@ -8,5 +8,5 @@ ffi.enable=true
[opcache]
opcache.enable=1
opcache.enable_cli=1
opcache.jit=1205
;opcache.jit=1205
opcache.validate_timestamps=0