-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pathInfoCache: Respect disk cache TTLs #3398 (2.3 backport) #3405
pathInfoCache: Respect disk cache TTLs #3398 (2.3 backport) #3405
Conversation
Hm, this might be a bit too big of a chance for the stable branch... It's also more of a feature rather than a bug fix. |
Caching more would be risky, but this caches less.
It does not mention an additional long-lived cache in If the implementation doesn't conform to the docs, isn't that a bug? |
Nix doesn't have any long-lived processes itself though, so it's not really a bug. |
Isn't |
All the real work is done by the |
Will Nix 2.4 be released for NixOS 20.09? |
@roberth you mean 3.0? I think we could make that. |
@Ericson2314 branch-off for 20.09 is in about a week. Is that too soon or is the goal to stabilize it during the release month? |
I still have to ask users to patch their system Nix, while this patch has run in production for over half a year. Can it be merged? |
Thanks! |
Backport of #3403 without C++20