You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While transferring large files, application save in temporal file .tmp. If transfer is cancelled by user or is interrupted, temporal file is kept on disk and not deleted. Such temporal file has no usage, as currently you cannot repeat process and resume download.
This can be an issue for users as consumes disk space with temporal files.
In my particular case, 17 GB .tmp file was kept in ~/Library/Containers/com.leastauthority.destiny/Data/Documents folder and I had manually delete it. Additionally I have found few more tmp files.
The text was updated successfully, but these errors were encountered:
While transferring large files, application save in temporal file .tmp. If transfer is cancelled by user or is interrupted, temporal file is kept on disk and not deleted. Such temporal file has no usage, as currently you cannot repeat process and resume download.
This can be an issue for users as consumes disk space with temporal files.
In my particular case, 17 GB .tmp file was kept in ~/Library/Containers/com.leastauthority.destiny/Data/Documents folder and I had manually delete it. Additionally I have found few more tmp files.
The text was updated successfully, but these errors were encountered: