All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.undertow.runtime.ServletRuntimeConfig.jdp Maven / Gradle / Ivy

io.quarkus.undertow.runtime.ServletRuntimeConfig.bufferSize=The buffer size to use for Servlet. If this is not specified the default will depend on the amount\nof available memory. If there is less than 64mb it will default to 512b heap buffer, less that 128mb\n1k direct buffer and otherwise 16k direct buffers.
io.quarkus.undertow.runtime.ServletRuntimeConfig.directBuffers=If Servlet should use direct buffers, this gives maximum performance but can be problematic\nin memory constrained environments
io.quarkus.undertow.runtime.ServletRuntimeConfig.maxParameters=The maximum number of HTTP request parameters permitted for Servlet requests.\n\nIf a client sends more than this number of parameters in a request, the connection is closed.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy