mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 13:33:07 +01:00
Increased StatementTimeout. It seems that in some cases previous value was too small
This commit is contained in:
parent
e06829557f
commit
9f48964674
@ -68,7 +68,7 @@ MaxIdentifierByteLength = 252
|
||||
MaxIdentifierCharLength = 63
|
||||
WireCryptPlugin = ChaCha, Arc4
|
||||
|
||||
StatementTimeout = 300
|
||||
StatementTimeout = 600
|
||||
|
||||
ConnectionIdleTimeout = 0
|
||||
ClearGTTAtRetaining = 0
|
||||
|
@ -70,7 +70,7 @@ MaxIdentifierByteLength = 252
|
||||
MaxIdentifierCharLength = 63
|
||||
WireCryptPlugin = ChaCha, Arc4
|
||||
|
||||
StatementTimeout = 300
|
||||
StatementTimeout = 600
|
||||
|
||||
ConnectionIdleTimeout = 0
|
||||
ClearGTTAtRetaining = 0
|
||||
@ -81,3 +81,6 @@ TipCacheBlockSize = 4M
|
||||
# Added 03-apr-2023:
|
||||
ParallelWorkers = 1
|
||||
MaxParallelWorkers = 8
|
||||
|
||||
# SubQueryConversion = false
|
||||
# OptimizeForFirstRows = false
|
||||
|
@ -70,7 +70,7 @@ MaxIdentifierByteLength = 252
|
||||
MaxIdentifierCharLength = 63
|
||||
WireCryptPlugin = ChaCha, Arc4
|
||||
|
||||
StatementTimeout = 300
|
||||
StatementTimeout = 600
|
||||
|
||||
ConnectionIdleTimeout = 0
|
||||
ClearGTTAtRetaining = 0
|
||||
@ -81,3 +81,5 @@ TipCacheBlockSize = 4M
|
||||
# Added 03-apr-2023:
|
||||
ParallelWorkers = 1
|
||||
MaxParallelWorkers = 8
|
||||
|
||||
#OptimizeForFirstRows = false
|
||||
|
Loading…
Reference in New Issue
Block a user