MXS-1317: Change default for monitor_interval to 2000
The default value for monitor_interval is now 2000 milliseconds.
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user