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 6567018 commit 584b61eCopy full SHA for 584b61e
spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc
@@ -230,7 +230,6 @@ content into your application; rather pick only the properties that you need.
230
server.undertow.accesslog.rotate=true # Enable access log rotation.
231
server.undertow.accesslog.suffix=log # Log file name suffix.
232
server.undertow.buffer-size= # Size of each buffer in bytes.
233
- server.undertow.buffers-per-region= # Number of buffer per region.
234
server.undertow.direct-buffers= # Allocate buffers outside the Java heap.
235
server.undertow.io-threads= # Number of I/O threads to create for the worker.
236
server.undertow.max-http-post-size=0 # Maximum size in bytes of the HTTP post content.
0 commit comments