In production, many users have the render timeout deactivated. This timeout is also used to limit the ogr2ogr command time of execution when deactivated users can cause a huge load in the server while exporting. So this PR implements a fallback to prevent long-running exports.
Use a command timeout as a fallback when the user's rendering timeout is deactivated (render timeout === 0)
CH: 176620
In production, many users have the
render timeout
deactivated. This timeout is also used to limit theogr2ogr
command time of execution when deactivated users can cause a huge load in the server while exporting. So this PR implements a fallback to prevent long-running exports.