From 717771cc5e78970934e881bb32318e2c3d5b4c31 Mon Sep 17 00:00:00 2001 From: Julius Busecke Date: Fri, 7 Jun 2024 00:41:04 -0400 Subject: [PATCH] Update recipe.py --- feedstock/recipe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feedstock/recipe.py b/feedstock/recipe.py index f32f8a0..db27f39 100644 --- a/feedstock/recipe.py +++ b/feedstock/recipe.py @@ -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})