100

100 sites (100 or more days :P)

View the Project on GitHub OMGVee/100

cronjob to cleanup the db

* * * * * mysql -e "use <schema>; delete from <table> where date_created < (now() - interval 5 minute);"

this lives ine one of these places: