I have one script on my webpage which process a lot of informations and It should be slow. But php-fpm is terminating it, because of slow log.
I just see in logs NOTICE: child 26537 stopped for tracing and web server throws me 504 error.
I tried to disable slow log by ini_set
ini_set('request_slowlog_timeout',0);
but it is not working. I am using php 7.1 latest version