MXS-1317: Change default for monitor_interval to 2000

The default value for monitor_interval is now 2000 milliseconds.
This commit is contained in:
Markus Mäkelä
2017-07-28 11:30:07 +03:00
parent 788386cfee
commit 1034641fa5
3 changed files with 13 additions and 2 deletions

View File

@ -27,7 +27,7 @@ MXS_BEGIN_DECLS
#define DEFAULT_WRITE_TIMEOUT 2
#define DEFAULT_CONNECTION_ATTEMPTS 1
#define MONITOR_DEFAULT_INTERVAL 10000 // in milliseconds
#define MONITOR_DEFAULT_INTERVAL 2000 // in milliseconds
/**
* Monitor network timeout types