Skip to content

Commit 584b61e

Browse files
committed
Remove deprecated property
1 parent 6567018 commit 584b61e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ content into your application; rather pick only the properties that you need.
230230
server.undertow.accesslog.rotate=true # Enable access log rotation.
231231
server.undertow.accesslog.suffix=log # Log file name suffix.
232232
server.undertow.buffer-size= # Size of each buffer in bytes.
233-
server.undertow.buffers-per-region= # Number of buffer per region.
234233
server.undertow.direct-buffers= # Allocate buffers outside the Java heap.
235234
server.undertow.io-threads= # Number of I/O threads to create for the worker.
236235
server.undertow.max-http-post-size=0 # Maximum size in bytes of the HTTP post content.

0 commit comments

Comments
 (0)