Configuration: removed "reschedule_timeout" option.

It's not used since cbcd76704c90.

This option is a leftover from previous IPC between router and applications
processes.  It was never documented, though.

Thanks to 洪志道 (Hong Zhi Dao).
This commit is contained in:
Valentin Bartenev
2020-08-21 20:50:04 +03:00
parent 10738c3fe2
commit dcfa92c161
3 changed files with 0 additions and 18 deletions

View File

@@ -126,7 +126,6 @@ struct nxt_app_s {
uint32_t max_requests;
nxt_msec_t timeout;
nxt_nsec_t res_timeout;
nxt_msec_t idle_timeout;
nxt_str_t *targets;