diff --git a/components/pages/Game.js b/components/pages/Game.js index bc253f2..f5dd0a9 100644 --- a/components/pages/Game.js +++ b/components/pages/Game.js @@ -80,7 +80,7 @@ class Game extends React.Component { // start interval this.updateStats(); - this._gameTick = setInterval(this.updateStats, 2.5e2); + this._gameTick = setInterval(this.updateStats, 5e2); this._hasGameTick = true; }