Skip to content

Draft: Increase idle timeout

Aleksandr Gumroian requested to merge increase-idle-timeout into master

The problem was with turris-auth not running or has crashed, leading to the Connection refused errors when lighttpd tries to connect to the FastCGI socket.

The idle-timeout in the config.py was set to 180 seconds. If the server is idle for more than this time, it might be shutting down. Increasing this timeout to 600 seconds should ensure that the server is restarted automatically.

Merge request reports