New issue 253 by goo...@obry.net: database clean-up
http://code.google.com/p/vision2pixels/issues/detail?id=253
Would be nice to clean-up the remember_user table.
For example:
select count(*) from remember_user
where last_used < datetime('now', '-30 days');
returns 11594 out of 15000 lines.
An idea is to create an admin URL and call it periodically.
This way further periodic admin actions could be done under this hook.