Closed
Description
I've seen some evidence in bpa.st
's database and there is some circumstantial evidence from the Discord Python instance that pastes aren't properly getting reaped by the PeriodicCallback
that should take care of this.
Note: pastes that have expired are still not visible because the Show
page will delete the paste if it's visited while expired.
However, this leads to a needlessly large database. So let's investigate:
- Does the PeriodicCallback work?
- Are pastes being reaped on all show pages?
- Add test cases for these things.