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:
parent
ffe2049dc4
commit
c99d2fac5c
@ -1,5 +1,14 @@
|
||||
[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
|
||||
|
||||
ENCRYPTION_PLUGIN = fbSampleDbCrypt
|
||||
ENCRYPTION_HOLDER = fbSampleKeyHolder
|
||||
ENCRYPTION_KEY = Red
|
||||
|
Loading…
Reference in New Issue
Block a user