Change maxHttpHeaderSize for the embedded Jetty web server

is it possible to change the maxHttpHeaderSize on the embedded Jetty web server? We are currently using openAM and it is going away on April 15 and we will be using “Mod_auth_openidc” as new method of authentication and this process/tool can generate some very large cookies, and can cause issues with applications that aren't expecting big HTTP headers. Our tech support are suggesting the update is "Add maxHttpHeaderSize="65536" to any HTTP connector definitions". I have tested Metabase on our test system that already has the openAM removed and this is the error I'm getting:

Bad Message 431
reason: Request Header Fields Too Large

Please let me know how I can change this setting on Metabase. Here is my diagnostic info:

{
"browser-info": {
"language": "en-US",
"platform": "Win32",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36",
"vendor": "Google Inc."
},
"system-info": {
"file.encoding": "UTF-8",
"java.runtime.name": "OpenJDK Runtime Environment",
"java.runtime.version": "11.0.19+7",
"java.vendor": "Eclipse Adoptium",
"java.vendor.url": "https://adoptium.net/",
"java.version": "11.0.19",
"java.vm.name": "OpenJDK 64-Bit Server VM",
"java.vm.version": "11.0.19+7",
"os.name": "Linux",
"os.version": "4.18.0-372.9.1.el8.x86_64",
"user.language": "en",
"user.timezone": "GMT"
},
"metabase-info": {
"databases": [
"postgres",
"h2"
],
"hosting-env": "unknown",
"application-database": "postgres",
"application-database-details": {
"database": {
"name": "PostgreSQL",
"version": "15.3"
},
"jdbc-driver": {
"name": "PostgreSQL JDBC Driver",
"version": "42.5.1"
}
},
"run-mode": "prod",
"version": {
"date": "2023-06-14",
"tag": "v0.46.5",
"branch": "release-x.46.x",
"hash": "272e3e6"
},
"settings": {
"report-timezone": "US/Eastern"
}
}
}

please upgrade your Metabase, 46 is too old