mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 13:33:07 +01:00
Added parameters to be applied in generated replication.conf
This commit is contained in:
parent
313cb0b42d
commit
b639b86b44
@ -29,6 +29,22 @@ ENCRYPTION_BADKEY = NoSuchkey
|
||||
# will appear in replica DB.
|
||||
#
|
||||
MAX_TIME_FOR_WAIT_DATA_IN_REPLICA = 65
|
||||
# 30
|
||||
# 65
|
||||
|
||||
|
||||
# Value of 'journal_archive_timeout' parameter for master DB. Default is 10 secons.
|
||||
#
|
||||
JOURNAL_ARCHIVE_TIMEOUT = 10
|
||||
|
||||
# Value of 'apply_idle_timeout' parameter for replica DB. Default is 10 secons.
|
||||
#
|
||||
REPLICA_TIMEOUT_FOR_IDLE = 3
|
||||
|
||||
# Value of 'apply_error_timeout' parameter for replica DB. Default is 60 secons.
|
||||
#
|
||||
REPLICA_TIMEOUT_FOR_ERROR = 7
|
||||
|
||||
|
||||
# Max limit, in seconds, to wait until message about replicating segment
|
||||
# with known number will appear in the replication.log (after we take
|
||||
|
Loading…
Reference in New Issue
Block a user