mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 20:41:20 -05:00
Currently, we SELECT * from the pastes table, when all we need is the pid and the expiry. This causes elevated RAM consumption by Stikked since it has to pull in paste bodies as well. Make the cron only pull in pid and expiry.