Open f3lixding opened 10 months ago
There are two categories of items: items that had been watched, items that not been watched.
For items that had been watched, we would mark it for deletion if the following are true:
For items that had not been watched, we would mark it for deletion if the following are true:
Threshold 2 is to be greater than threshold 1.
Also on the deletion front, it is complicated by the fact that we would need to do this for three possible locations:
It's quite cumbersome to do the deletion at each spot. The following alternatives might be better.
For manual deletions:
For auto deletions:
We would eventually run out of space. We need a job to do the following: p
Some resources: