Increased readtimeout for configuration endpoint.
Closes: <https://github.com/nginx/unit/issues/676>
This commit is contained in:
committed by
Alejandro Colomar
parent
a3699557a3
commit
f83aef1aab
@@ -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>
|
||||
|
||||
|
||||
|
||||
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user