mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-02-02 10:50:42 +01:00
Added setting 'MAX_TIME_FOR_WAIT_DATA_IN_REPLICA' to be used in re-implemented tests related to replication. Settings 'MAX_TIME_FOR_WAIT_SEGMENT_IN_LOG' and 'MAX_TIME_FOR_WAIT_ADDED_TO_QUEUE' eventually will be removed after finish this work.
This commit is contained in:
parent
f3980f7673
commit
b15832a357
@ -24,6 +24,12 @@ ENCRYPTION_KEY = Red
|
|||||||
ENCRYPTION_BADKEY = NoSuchkey
|
ENCRYPTION_BADKEY = NoSuchkey
|
||||||
|
|
||||||
[replication]
|
[replication]
|
||||||
|
|
||||||
|
# Max limit, in seconds, to wait until data that we have added in master
|
||||||
|
# will appear in replica DB.
|
||||||
|
#
|
||||||
|
MAX_TIME_FOR_WAIT_DATA_IN_REPLICA = 65
|
||||||
|
|
||||||
# Max limit, in seconds, to wait until message about replicating segment
|
# Max limit, in seconds, to wait until message about replicating segment
|
||||||
# with known number will appear in the replication.log (after we take
|
# with known number will appear in the replication.log (after we take
|
||||||
# "snapshot" of its original content and compare it with new data):
|
# "snapshot" of its original content and compare it with new data):
|
||||||
|
Loading…
Reference in New Issue
Block a user