You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*/5 * * * * root mysql -u cached --password=cached cached -e "delete FROM scoreboard where lastsave < ADDDATE(NOW(), INTERVAL - 10 MINUTE);"
*/5 * * * * root mysql -u cached --password=cached cached -e "delete cached.* from cached LEFT JOIN scoreboard ON cached.id=scoreboard.id AND cached.fe_id=scoreboard.fe_id WHERE scoreboard.lastsave > cached.cached_time;"