Set timeout on php requests
Currently there is no timeout set in PHP which contributed to the outage 2021-03-30, due to too many open requests stacking up.
this can be archived either by request_termination_timeout
or max_execution_time
Currently there is no timeout set in PHP which contributed to the outage 2021-03-30, due to too many open requests stacking up.
this can be archived either by request_termination_timeout
or max_execution_time