Actions
Todo #16469
closedImprove file handling of the config cache
Start date:
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
25.11
Release Notes:
Default
Description
Currently the config cache gets removed, with some exceptions, when the config file is read. This happens on most new script executions. The intent is to guarantee that the script is run with up-to-date configuration. This approach results in unnecessary file processing and false cache misses. To improve this, do the following:
- Move the removal of the configuration cache file to when the configuration file is written.
- Avoid using the cache if it's older than the config file.
- Clean up manual removals of the cache.
Updated by Marcos M about 1 month ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Done with 0e56ef43ec25abaa0abc6e86fa52c98fe237d2ad and faa37aaf148777c3b75df7ac9ee2ff6f610b2ce7.
Actions