v.21.12Improvements
Default timeout settings reduced from 30 minutes to 3 minutes
Default value ofhttp_send_timeoutandhttp_receive_timeoutsettings changed from 1800 (30 minutes) to 180 (3 minutes). #31450 (tavplubix).
Why it matters
This change aims to improve HTTP request handling by reducing the default timeout durations, thus preventing unnecessarily long waiting periods and enhancing overall system responsiveness and resource management during HTTP communications.How to use it
Users can rely on the new default timeout values without any changes. To customize these timeouts, set thehttp_send_timeout and http_receive_timeout parameters in the server configuration or session settings accordingly.