mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-26 01:25:58 +03:00
[GH-ISSUE #558] Pinterest PINCACHE overload #375
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#375
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @brendane19 on GitHub (Sep 2, 2024).
Original GitHub issue: https://github.com/Clipy/Clipy/issues/558
Image cache blew up to 27GB. It appears that archiving images is accomplished by using PINCache, which saves into a system cache directory:
.../com.pinterest.PIN DiskCache.PINCacheShared
This had overflowed to 27GB storage. Clear History button from clipy menu would remove the most recent files since the most recent launch, but not the older ones. Unclear if these just get permanently stored at shutdown or power loss, but they piled up quite significantly. Any way to update this caching feature to automatically delete files older than the nth most recent (n to be specified by user preference of max clipboard size or another variable)?
Love this app, but bothered by this problem. Now that I know, I can manually clear this directory, but definitely a nuisance to have to figure out what was eating up my storage space.