From 949871957bfd54746d65ddee74aaf9c18e5cf1d4 Mon Sep 17 00:00:00 2001 From: Marcel Overdijk Date: Sat, 3 May 2014 13:15:41 +0200 Subject: [PATCH] Fixed type sections to seconds (time-out) Fixes gh-776 --- .../src/main/asciidoc/appendix-application-properties.adoc | 2 +- 1 file changed, 1 insertion(+), 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 7e9cd57b43..3c6a4ffc53 100644 --- a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc +++ b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc @@ -52,7 +52,7 @@ content into your application; rather pick only the properties that you need. # EMBEDDED SERVER CONFIGURATION ({sc-spring-boot-autoconfigure}/web/ServerProperties.{sc-ext}[ServerProperties]) server.port=8080 server.address= # bind to a specific NIC - server.session-timeout= # session timeout in sections + server.session-timeout= # session timeout in seconds server.context-path= # the context path, defaults to '/' server.servlet-path= # the servlet path, defaults to '/' server.tomcat.access-log-pattern= # log pattern of the access log