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
@@ -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