Skip to content

Commit

Permalink
Enable new repodata parser by default (#2989)
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoinePrv committed Nov 17, 2023
1 parent a0f8139 commit be3d531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmamba/include/mamba/core/context.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ namespace mamba

// Configurable
bool experimental = false;
bool experimental_repodata_parsing = false;
bool experimental_repodata_parsing = true;
bool debug = false;

// TODO check writable and add other potential dirs
Expand Down

0 comments on commit be3d531

Please sign in to comment.