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 7, 2024
1 parent f60d14e commit 717771c
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 @@ -166,7 +166,7 @@ async def get_recipe_inputs():
concurrency_per_executor=4,
initial_backoff=3.0, # Try with super long backoff and
backoff_factor=2.0,
fsspec_sync_patch=True,
fsspec_sync_patch=False,
)
| OpenURLWithFSSpec(cache=None, fsspec_sync_patch=True)
| OpenWithXarray(xarray_open_kwargs={"use_cftime": True})
Expand Down

0 comments on commit 717771c

Please sign in to comment.