Skip to content

Commit

Permalink
Update recipe.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cisaacstern authored Oct 31, 2023
1 parent 66d978f commit cfb3450
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 @@ -80,7 +80,7 @@ def expand(self, pcoll: beam.PCollection) -> beam.PCollection:
| OpenURLWithFSSpec(
open_kwargs={"block_size": 0, "client_kwargs": client_kwargs},
# in the current deployment, we expect all files to be cached already,
# so we are not concerned about limiting bandwidth.
# so we are not concerned about limiting bandwidth
# max_concurrency=10,
)
| OpenWithXarray(
Expand Down

0 comments on commit cfb3450

Please sign in to comment.