From 4d0313f9c026928671a4b236a981335a2508c45b Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Fri, 1 Jul 2016 22:18:07 +0900 Subject: [PATCH] Remove duplicate property reference Closes gh-6304 --- .../src/main/asciidoc/appendix-application-properties.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc index 74c3045353d..2f4536f4328 100644 --- a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc +++ b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc @@ -167,7 +167,6 @@ content into your application; rather pick only the properties that you need. server.server-header= # Value to use for the Server response header (no header is sent if empty) server.servlet-path=/ # Path of the main dispatcher servlet. server.use-forward-headers= # If X-Forwarded-* headers should be applied to the HttpRequest. - server.connectionTimeout=-1 # The number of milliseconds connectors will wait for another HTTP request before closing the connection. server.session.cookie.comment= # Comment for the session cookie. server.session.cookie.domain= # Domain for the session cookie. server.session.cookie.http-only= # "HttpOnly" flag for the session cookie.