Opened 6 years ago
Last modified 5 years ago
#19549 new enhancement
[RFC Patch] Don't store cached file information in preferences — at Initial Version
| Reported by: | taylor.smock | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core | Version: | |
| Keywords: | Cc: |
Description
Since, as far as I know, JOSM Preferences never clears out old entries, it would be nice to avoid adding unnecessary entries.
The attached patch does the following:
- Uses file metadata to get the age of the file
- Adds an option to have files deleted on graceful exit (does not delete files if the exit is forced).
Note:
See TracTickets
for help on using tickets.



Initial RFC patch