X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=server%2Fbin%2Fwww;h=2f7328ec8d8ce5093dfa2ae99cddca07f5c65018;hb=0f7011a242853b1d23a8cd279bb3c3373813198f;hp=9fd23a448a20ca1d7e829606f283bc78db0fb4cb;hpb=bd76b45611cbb58dcf774745a4d690277a82aacd;p=vchess.git diff --git a/server/bin/www b/server/bin/www index 9fd23a44..2f7328ec 100755 --- a/server/bin/www +++ b/server/bin/www @@ -31,7 +31,7 @@ var GameModel = require("../models/Game"); cron.schedule('0 0 0 * * *', function() { // Remove unlogged users and unstarted games every 24h UserModel.cleanUsersDb(); - GameModel.cleanGamesDb(); + //GameModel.cleanGamesDb(); //TODO: a CRON task is causing problems on the server }); /**