#9707 closed defect (duplicate)
WMS cache should not be stored in AppData/Roaming on Windows machine
Reported by: | royas | Owned by: | team |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Core imagery | Version: | |
Keywords: | Cc: |
Description
If machine is part of Windows domain then folder AppData/Roaming is stored on file server and copied every time user log on. Storing big amount of data causes login delay, unnecessary LAN use, etc. /Roaming is for application setting. Big, temporary data should be stored in AppData/Local. https://en.wikipedia.org/wiki/Roaming_user_profile#Third-party_companies_don.27t_use_it_correctly
Attachments (0)
Change History (4)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
The setting cache.folder
in the advanced prefs sets the cache directory.
At the moment we keep all JOSM related files in a single directory by default. This makes it easier to reset everything easily if there is corruption in the preference or cache.
There are also advantages of splitting into settings and cache folder, so this may change at some time.
comment:4 by , 11 years ago
Component: | Core → Core imagery |
---|
The best would have a setting one can change a fixed location of josm cache, if small SSD, no admin rights etc.