mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 16:46:28 +00:00
repmgrd: add parameter "failover_delay"
This parameter is not documented and intended for use during testing. It should not be used in production.
This commit is contained in:
@@ -189,6 +189,7 @@ typedef struct
|
||||
|
||||
/* undocumented test settings */
|
||||
int promote_delay;
|
||||
int failover_delay;
|
||||
} t_configuration_options;
|
||||
|
||||
/*
|
||||
@@ -243,8 +244,9 @@ typedef struct
|
||||
/* barman settings */ \
|
||||
"", "", "", \
|
||||
/* rsync/ssh settings */ \
|
||||
"", "", \
|
||||
"", "", \
|
||||
/* undocumented test settings */ \
|
||||
0, \
|
||||
0 \
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user