Artemnsk / slackgametest

0 stars 0 forks source link

Loop: even more performance extension #95

Open Artemnsk opened 6 years ago

Artemnsk commented 6 years ago

Currently we load Game from DB every N ms. Maybe we can track for changes in game in DB and reload it when change appears only? Usually loop doesn't do anything. Even if we must remove buff/debuff in automatic mode - OK we finally did it, saved Game into DB. As it being updated we reloaded game again and that's it.