From 7d08edf0cae1db54710f1f3785c17ea65e572d18 Mon Sep 17 00:00:00 2001 From: "chris.ditcher" Date: Thu, 12 Sep 2024 11:07:55 -0700 Subject: [PATCH] Increased header size --- api/src/main/resources/application.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/api/src/main/resources/application.yaml b/api/src/main/resources/application.yaml index 28ba64e9..43748528 100644 --- a/api/src/main/resources/application.yaml +++ b/api/src/main/resources/application.yaml @@ -78,6 +78,7 @@ server: threads: worker: 128 io: 16 + max-http-request-header-size: 20000 #port: ${HTTP_PORT} #tomcat: #connection-timeout: 200s