Skip to content

Commit

Permalink
fix: python bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Nov 12, 2024
1 parent 40067d6 commit cc379ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-rattler/rattler/repo_data/gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class SourceConfig:
bz2_enabled: bool = True
"""Whether the BZ2 compression is enabled or not."""

sharded_enabled: bool = True
sharded_enabled: bool = False
"""Whether sharded repodata is enabled or not."""

cache_action: CacheAction = "cache-or-fetch"
Expand Down

0 comments on commit cc379ae

Please sign in to comment.