6
0
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:
pavel-zotov 2024-08-29 21:21:49 +03:00
parent e06829557f
commit 9f48964674
3 changed files with 8 additions and 3 deletions

View File

@ -68,7 +68,7 @@ MaxIdentifierByteLength = 252
MaxIdentifierCharLength = 63
WireCryptPlugin = ChaCha, Arc4
StatementTimeout = 300
StatementTimeout = 600
ConnectionIdleTimeout = 0
ClearGTTAtRetaining = 0

View File

@ -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

View File

@ -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