mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 16:46:28 +00:00
Make repmgrd failover settings configurable
This commit is contained in:
8
repmgr.h
8
repmgr.h
@@ -33,8 +33,12 @@
|
||||
#define BDR_MONITORING_LOCAL 1
|
||||
#define BDR_MONITORING_PRIORITY 2
|
||||
|
||||
#define DEFAULT_LOCATION "default"
|
||||
#define DEFAULT_PRIORITY 100
|
||||
#define DEFAULT_LOCATION "default"
|
||||
#define DEFAULT_PRIORITY 100
|
||||
#define DEFAULT_RECONNECTION_ATTEMPTS 6
|
||||
#define DEFAULT_RECONNECTION_INTERVAL 10
|
||||
#define DEFAULT_STATS_REPORTING_INTERVAL 2
|
||||
|
||||
#define FAILOVER_NODES_MAX_CHECK 50
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user