mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 05:23:06 +01:00
Increased ParallelWorkers: it must be greater than 1 because of tests/gh_8263_test.py - see notes there
This commit is contained in:
parent
ebc90eff48
commit
dbcd5e8067
@ -78,8 +78,8 @@ ClientBatchBuffer = 131072
|
||||
SnapshotsMemSize = 64K
|
||||
TipCacheBlockSize = 4M
|
||||
|
||||
# Added 03-apr-2023:
|
||||
ParallelWorkers = 1
|
||||
# ParallelWorkers must be GREATER than 1 since 28.09.2024, see bugs/gh_8263_test.py
|
||||
ParallelWorkers = 2
|
||||
MaxParallelWorkers = 8
|
||||
|
||||
# SubQueryConversion = false
|
||||
|
@ -78,8 +78,8 @@ ClientBatchBuffer = 131072
|
||||
SnapshotsMemSize = 64K
|
||||
TipCacheBlockSize = 4M
|
||||
|
||||
# Added 03-apr-2023:
|
||||
ParallelWorkers = 1
|
||||
# ParallelWorkers must be GREATER than 1 since 28.09.2024, see bugs/gh_8263_test.py
|
||||
ParallelWorkers = 2
|
||||
MaxParallelWorkers = 8
|
||||
|
||||
#OptimizeForFirstRows = false
|
||||
|
Loading…
Reference in New Issue
Block a user