CgiHttpKernel
CgiHttpKernel copied to clipboard
Provide a way to set cgi process timeout
Currently the default Symfony Process timout of 60 seconds is used. Sometimes I need to debug (with xdebug) the CGI process and that timeout it's very uncomfortable. It would be useful if we can disable the timeout.
I opened https://github.com/igorw/CgiHttpKernel/pull/11 for this issue. @igorw it's ok for you?