3 Commits

Author SHA1 Message Date
David Ibarra
cf6b71cd4d Fix issue with RAM consumption during expiry maintenance
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.
2015-09-16 18:51:26 -05:00
Claude
f690927e84 codeformatter, time, default-val 2015-09-01 22:56:43 +02:00
Claude
cfabdfbeec ucfirst classes 2015-09-01 17:05:34 +02:00