-
Notifications
You must be signed in to change notification settings - Fork 41.5k
Closed
Description
The unit for server.connection-timeout
is unclear in the documentation.
Earlier version of the documentation stated milliseconds.
All other properties in application.properties
are given as seconds.
In version 2.0.4 the value need to be in milliseconds in order for Tomcat to handle the value correctly.
The issue can be solved by
- indicating in documentation that the value should be in milliseconds
- use seconds in the property file and in the Tomcat and other server configuration property classes convert the second value to milliseconds or the unit the server need.
Metadata
Metadata
Assignees
Labels
type: documentationA documentation updateA documentation update