MXS-1317: Change default for monitor_interval to 2000
The default value for monitor_interval is now 2000 milliseconds.
This commit is contained in:
@ -16,7 +16,13 @@ the `monitorpw` parameter, that value will be used instead.
|
||||
|
||||
### `monitor_interval`
|
||||
|
||||
This is the time the monitor waits between each cycle of monitoring. The default value of 10000 milliseconds (10 seconds) should be lowered if you want a faster response to changes in the server states. The value is defined in milliseconds and the smallest possible value is 100 milliseconds.
|
||||
This is the time the monitor waits between each cycle of monitoring. The default
|
||||
value of 2000 milliseconds (2 seconds) should be lowered if you want a faster
|
||||
response to changes in the server states. The value is defined in milliseconds
|
||||
and the smallest possible value is 100 milliseconds.
|
||||
|
||||
The default value of _monitor_interval_ was updated from 10000 milliseconds to
|
||||
2000 milliseconds in MaxScale 2.2.0.
|
||||
|
||||
```
|
||||
monitor_interval=2500
|
||||
|
Reference in New Issue
Block a user