6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 13:33:07 +01:00

Reduced max_time_for_wait* params

This commit is contained in:
pavel-zotov 2023-12-11 12:26:27 +03:00
parent 9b78f2555d
commit 4f5bdd6583

View File

@ -28,10 +28,7 @@ ENCRYPTION_BADKEY = NoSuchkey
# 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
# 30
# 65
MAX_TIME_FOR_WAIT_DATA_IN_REPLICA = 35
# Value of 'journal_archive_timeout' parameter for master DB. Default is 10 secons.
#
@ -50,7 +47,7 @@ REPLICA_TIMEOUT_FOR_ERROR = 7
# with known number will appear in the replication.log (after we take
# "snapshot" of its original content and compare it with new data):
#
MAX_TIME_FOR_WAIT_SEGMENT_IN_LOG = 65
MAX_TIME_FOR_WAIT_SEGMENT_IN_LOG = 35
# Max limit, in seconds, to wait until message about adding segments to
# processing queue.