From dcfa92c161296af903fc1ebd4ddb98d1c38c59e7 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Fri, 21 Aug 2020 20:50:04 +0300 Subject: Configuration: removed "reschedule_timeout" option. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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). --- src/nxt_router.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/nxt_router.h') 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; -- cgit