Increased readtimeout for configuration endpoint.

Closes: <https://github.com/nginx/unit/issues/676>
This commit is contained in:
Timo Stark
2022-04-25 12:57:07 +02:00
committed by Alejandro Colomar
parent a3699557a3
commit f83aef1aab
2 changed files with 7 additions and 1 deletions

View File

@@ -44,6 +44,12 @@ handled, and caused a use-after-free bug.
</para>
</change>
<change type="change">
<para>
increased the applications' startup timeout.
</para>
</change>
</changes>

View File

@@ -725,7 +725,7 @@ static const nxt_event_conn_state_t nxt_controller_conn_read_state
.timer_handler = nxt_controller_conn_read_timeout,
.timer_value = nxt_controller_conn_timeout_value,
.timer_data = 60 * 1000,
.timer_data = 300 * 1000,
};