Skip to content

Commit

Permalink
Update recipe.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jbusecke authored Jun 4, 2024
1 parent 816c650 commit 670b208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feedstock/recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def expand(self, pcoll: beam.PCollection) -> beam.PCollection:
| CheckpointFileTransfer(
transfer_target=cache_target,
max_executors=5,
concurrency_per_executor=10
concurrency_per_executor=10,
fsspec_sync_patch=True,
)
| OpenURLWithFSSpec(cache=None, fsspec_sync_patch=True)
Expand Down

0 comments on commit 670b208

Please sign in to comment.