Add tunables for connection retries to master and interval between

connection retries, these parameters along with master_response_timeout
determines the amount of time since failure to failover
This commit is contained in:
Jaime Casanova
2012-07-21 11:01:00 -05:00
parent 08ed0aa987
commit aaf35947ed
5 changed files with 49 additions and 11 deletions

View File

@@ -69,9 +69,5 @@ typedef struct
} t_runtime_options;
#define SLEEP_MONITOR 2
#define SLEEP_RETRY 3
#define NUM_RETRY 40
#endif