Skip to content

Commit

Permalink
Merge pull request #10 from pangeo-forge/cisaacstern-patch-1
Browse files Browse the repository at this point in the history
Arbitrary commit to re-trigger deployment
  • Loading branch information
cisaacstern authored Oct 31, 2023
2 parents 66d978f + cfb3450 commit e3c1d58
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 e3c1d58

Please sign in to comment.