The connection timeout is meant to stay on, however if you need to turn it off temporary, you can do so by creating an .htaccess in your public_html folder and placing this line on the very top of it:
<IfModule litespeed>
RewriteRule .* - [E=noabort:1]
</IfModule>
- 100 gebruikers vonden dit artikel nuttig