We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97d870a commit bda61baCopy full SHA for bda61ba
server/embedded/src/org/labkey/embedded/LabKeyServer.java
@@ -97,7 +97,7 @@ public static void main(String[] args)
97
98
// Boost limits imposed by Tomcat v10.1.42
99
put("server.tomcat.max-part-count", 500);
100
- put("server.tomcat.max-part-header-size", 512);
+ put("server.tomcat.max-part-header-size", 1024); // GitHub Issue 161: LKS insert forms can't handle long file field names
101
put("server.tomcat.max-connections", 250);
102
103
// Enable HTTP compression for response content
0 commit comments