gc: Determine which config options should be exposed and their defaults #13061
Labels
A-configuration
Area: cargo config files and env vars
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
Z-gc
Nightly: garbage collection
The current implementation from #12634 exposes a large number of low-level config options for configuring how automatic gc works. I'm uncomfortable having so many low-level options, and I would like to slim it down if possible. However, I'm uncertain what use cases would dictate what the user would actually want to change.
I think
gc.auto.frequency
needs to stay, but the rest should probably change? One idea I had was to separate based on "things that can be recreated" from "things that require downloading", which is essentially how the 1 month/3 month distinction happens.The text was updated successfully, but these errors were encountered: