Hi!
After switching apache to php8.1-fpm, i've got problem with mysql connections keeping sleep after end of request.
Api.php last version.
Temporary I've fix it with setting request_terminate_timeout = 10m in php fpm client
Is it possible force close connection to mysql with api.php?