MXS-2253 Update general documentation regarding durations

This commit is contained in:
Johan Wikman
2019-02-12 14:00:37 +02:00
parent 12c22f0ba8
commit a0d715a39f
4 changed files with 48 additions and 0 deletions

View File

@ -76,6 +76,18 @@ In this case, the servers of the service will be defined by the
referred to monitor. Note that the parameters `servers` and `cluster`
are mutually exclusive.
### Durations
In the MaxScale configuration file, durations can now be suffixed with
`h`, `m`, `s` or `ms` to indicate that the duration is specified as
hours, minutes, seconds or milliseconds.
Please see the
[configuration guide](../Getting-Started/Configuration-Guide.md#durations)
for details.
_Not_ providing an explicit unit has been deprecated in MaxScale 2.4.
## Bug fixes
[Here is a list of bugs fixed in MaxScale 2.4.0.](https://jira.mariadb.org/issues/?jql=project%20%3D%20MXS%20AND%20issuetype%20%3D%20Bug%20AND%20status%20%3D%20Closed%20AND%20fixVersion%20%3D%202.4.0)