6
0
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:
pavel-zotov 2024-09-28 17:11:28 +03:00
parent ebc90eff48
commit dbcd5e8067
2 changed files with 4 additions and 4 deletions

View File

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

View File

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