Icke1234
Results
1
comments of
Icke1234
> @Bean > TomcatConnectorCustomizer connectorCustomizer() { > return (connector) -> { > connector.setMaxPartCount(100); > }; > } Does not work for me. It sticks to the default value of 10.