From 1d5deb9b4e72a239617dc99dc69181569afcbb54 Mon Sep 17 00:00:00 2001 From: spencergibb Date: Fri, 16 Jul 2021 15:14:55 -0400 Subject: [PATCH] Updates thread property to new value --- bootstrap/src/main/resources/sample.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap/src/main/resources/sample.yml b/bootstrap/src/main/resources/sample.yml index ad15abb..7e5c79c 100644 --- a/bootstrap/src/main/resources/sample.yml +++ b/bootstrap/src/main/resources/sample.yml @@ -1,4 +1,5 @@ server: port: 8686 tomcat: - max-threads: 2 + threads: + max: 2