diff options
author | Valentin Bartenev <vbart@nginx.com> | 2020-08-21 20:50:04 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2020-08-21 20:50:04 +0300 |
commit | dcfa92c161296af903fc1ebd4ddb98d1c38c59e7 (patch) | |
tree | 5bc21754613f1e90da87229127b376a93cf70a14 /src/nxt_router.h | |
parent | 10738c3fe22d2c46669630e55e465c5c8a84c77c (diff) | |
download | unit-dcfa92c161296af903fc1ebd4ddb98d1c38c59e7.tar.gz unit-dcfa92c161296af903fc1ebd4ddb98d1c38c59e7.tar.bz2 |
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).
Diffstat (limited to 'src/nxt_router.h')
-rw-r--r-- | src/nxt_router.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nxt_router.h b/src/nxt_router.h index 81b3538c..512f1810 100644 --- a/src/nxt_router.h +++ b/src/nxt_router.h @@ -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; |