Skip to content

Commit

Permalink
malebolgia active producer
Browse files Browse the repository at this point in the history
  • Loading branch information
tsoj committed May 21, 2024
1 parent 2932d88 commit ff75da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tuning/generateTrainingData.nim
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ proc findStartPositionsAndPlay(startPos: Position, stringIndex: string) =

let startTime = now()

var threadpool = createMaster()
var threadpool = createMaster(activeProducer = true)

threadpool.awaitAll:
for i, position in openingPositions:
Expand Down

0 comments on commit ff75da3

Please sign in to comment.