Skip to content

Commit 9ade489

Browse files
committed
Polish
1 parent 47daf96 commit 9ade489

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ content into your application. Rather, pick only the properties that you need.
190190
server.jetty.accesslog.time-zone=GMT # Timezone of the request log.
191191
server.jetty.max-http-post-size=200000 # Maximum size in bytes of the HTTP post or put content.
192192
server.jetty.selectors=-1 # Number of selector threads to use. When the value is -1, the default, the number of selectors is derived from the operating environment.
193-
server.max-http-header-size=0 # Maximum size, in bytes, of the HTTP message header.
193+
server.max-http-header-size=0 # Maximum size in bytes of the HTTP message header.
194194
server.port=8080 # Server HTTP port.
195195
server.server-header= # Value to use for the Server response header (if empty, no header is sent).
196196
server.use-forward-headers= # Whether X-Forwarded-* headers should be applied to the HttpRequest.
@@ -250,7 +250,7 @@ content into your application. Rather, pick only the properties that you need.
250250
172\\.3[0-1]{1}\\.\\d{1,3}\\.\\d{1,3}\\
251251
0:0:0:0:0:0:0:1\\
252252
::1 # Regular expression that matches proxies that are to be trusted.
253-
server.tomcat.max-connections=10000 # Maximum number of connections that the server accepts and processes at any given time
253+
server.tomcat.max-connections=10000 # Maximum number of connections that the server accepts and processes at any given time.
254254
server.tomcat.max-http-header-size=0 # Maximum size in bytes of the HTTP message header.
255255
server.tomcat.max-http-post-size=2097152 # Maximum size in bytes of the HTTP post content.
256256
server.tomcat.max-threads=200 # Maximum amount of worker threads.
@@ -1101,7 +1101,7 @@ content into your application. Rather, pick only the properties that you need.
11011101
spring.rabbitmq.listener.simple.default-requeue-rejected= # Whether rejected deliveries are re-queued by default.
11021102
spring.rabbitmq.listener.simple.idle-event-interval= # How often idle container events should be published.
11031103
spring.rabbitmq.listener.simple.max-concurrency= # Maximum number of listener invoker threads.
1104-
spring.rabbitmq.listener.simple.prefetch= # Number of messages to be handled in a single request. It should be greater than or equal to the transaction size (if used).
1104+
spring.rabbitmq.listener.simple.prefetch= # Maximum number of unacknowledged messages that can be outstanding at each consumer.
11051105
spring.rabbitmq.listener.simple.retry.enabled=false # Whether publishing retries are enabled.
11061106
spring.rabbitmq.listener.simple.retry.initial-interval=1000ms # Duration between the first and second attempt to deliver a message.
11071107
spring.rabbitmq.listener.simple.retry.max-attempts=3 # Maximum number of attempts to deliver a message.
@@ -1320,7 +1320,7 @@ content into your application. Rather, pick only the properties that you need.
13201320
management.metrics.binders.logback.enabled=true # Whether to enable Logback metrics.
13211321
management.metrics.binders.processor.enabled=true # Whether to enable processor metrics.
13221322
management.metrics.binders.uptime.enabled=true # Whether to enable uptime metrics.
1323-
management.metrics.distribution.percentiles-histogram.*= # Whether meter IDs starting-with the specified name should be publish percentile histograms.
1323+
management.metrics.distribution.percentiles-histogram.*= # Whether meter IDs starting with the specified name should publish percentile histograms.
13241324
management.metrics.distribution.percentiles.*= # Specific computed non-aggregable percentiles to ship to the backend for meter IDs starting-with the specified name.
13251325
management.metrics.distribution.sla.*= # Specific SLA boundaries for meter IDs starting-with the specified name. The longest match wins, the key `all` can also be used to configure all meters.
13261326
management.metrics.enable.*= # Whether meter IDs starting-with the specified name should be enabled. The longest match wins, the key `all` can also be used to configure all meters.

0 commit comments

Comments
 (0)