From d8c5d2041743498991a5e1d2c6fbd928a38be9f9 Mon Sep 17 00:00:00 2001
From: "Vries, Leon de (UT-EEMCS)" <l.r.devries@utwente.nl>
Date: Fri, 15 Mar 2024 13:03:57 +0100
Subject: [PATCH] Update config, to comply with spring 2.3 changes

---
 src/main/resources/application.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 0742c2e..22542e1 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -1 +1 @@
-server.tomcat.max-threads = 3
\ No newline at end of file
+server.tomcat.threads.max=3
\ No newline at end of file
-- 
GitLab