Skip to content

Commit

Permalink
update undertow tests [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoayyed committed Sep 5, 2024
1 parent 363e143 commit 4c69d48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"env": "DUO_SECURITY_ADMIN_SKEY,DUO_SECURITY_ADMIN_IKEY,DUO_SECURITY_UNIVERSAL_PROMPT_SKEY,DUO_SECURITY_UNIVERSAL_PROMPT_IKEY,DUO_SECURITY_API_HOST"
},
"properties": [
"--server.http2.enabled=false",

"--cas.server.name=https://localhost:8443",
"--cas.server.prefix=${cas.server.name}/cas",

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ server.tomcat.additional-tld-skip-patterns=*.jar
##
# CAS Web Application Embedded Undertow Configuration
#
server.undertow.max-http-post-size=40KB
server.undertow.max-http-post-size=80KB
server.undertow.threads.io=400
server.undertow.threads.worker=1600
server.undertow.buffer-size=1024
Expand All @@ -62,7 +62,7 @@ server.undertow.accesslog.enabled=true
##
# CAS Web Application Embedded Jetty Configuration
#
server.jetty.max-http-form-post-size=40KB
server.jetty.max-http-form-post-size=80KB
server.jetty.max-http-response-header-size=40KB

server.jetty.threads.max=400
Expand Down

0 comments on commit 4c69d48

Please sign in to comment.