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 661839a commit cf7833a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions feedstock/recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ async def get_recipe_inputs():
| CheckpointFileTransfer(
transfer_target=cache_target,
max_executors=2,
concurrency_per_executor=8,
fsspec_sync_patch=True,
concurrency_per_executor=4,
# fsspec_sync_patch=True,
)
| OpenURLWithFSSpec(cache=None, fsspec_sync_patch=True)
# do not specify file type to accomodate both ncdf3 and ncdf4
Expand Down

0 comments on commit cf7833a

Please sign in to comment.