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

Max waiting time for encryption to complete must be separated for different OS. Introduced MAX_WAIT_FOR_ENCR_FINISH_WIN and MAX_WAIT_FOR_ENCR_FINISH_NIX settings. They will replace old MAX_ENCRYPT_DECRYPT_MS.

This commit is contained in:
pavel-zotov 2023-03-11 10:02:40 +03:00
parent ffe2049dc4
commit c99d2fac5c

View File

@ -1,5 +1,14 @@
[encryption] [encryption]
# Max waiting time, ms, for encryption finish.
# Must be set separately for different OS.
# Used in bugs/core_6048_test.py et al:
#
MAX_WAIT_FOR_ENCR_FINISH_WIN = 10000
MAX_WAIT_FOR_ENCR_FINISH_NIX = 10000
MAX_ENCRYPT_DECRYPT_MS = 5000 MAX_ENCRYPT_DECRYPT_MS = 5000
ENCRYPTION_PLUGIN = fbSampleDbCrypt ENCRYPTION_PLUGIN = fbSampleDbCrypt
ENCRYPTION_HOLDER = fbSampleKeyHolder ENCRYPTION_HOLDER = fbSampleKeyHolder
ENCRYPTION_KEY = Red ENCRYPTION_KEY = Red