From 29db46c52ba0f05706d83ed75d88e4b57bac36e5 Mon Sep 17 00:00:00 2001 From: Max Romanov Date: Thu, 5 Nov 2020 00:06:10 +0300 Subject: Java: request processing in multiple threads. This closes #458 issue on GitHub. --- src/nxt_application.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/nxt_application.h') diff --git a/src/nxt_application.h b/src/nxt_application.h index 7f8ec1ba..08de0fce 100644 --- a/src/nxt_application.h +++ b/src/nxt_application.h @@ -77,6 +77,8 @@ typedef struct { char *webapp; nxt_conf_value_t *options; char *unit_jars; + uint32_t threads; + uint32_t thread_stack_size; } nxt_java_app_conf_t; -- cgit