Skip to content

Commit

Permalink
Use reproducible API
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Dec 28, 2024
1 parent fca6dce commit c2a7a6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ class ZincWorkerImpl(
ConsistentFileAnalysisStore.binary(
file = path.toIO,
mappers = ReadWriteMappers.getEmptyMappers(),
sort = true,
reproducible = true,
// No need to utilize more than 8 cores to serialize a small file
parallelism = math.min(Runtime.getRuntime.availableProcessors(), 8)
)
Expand Down

0 comments on commit c2a7a6d

Please sign in to comment.