Skip to content

Commit

Permalink
UX: faster time updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaffeux committed Sep 23, 2020
1 parent 7befc72 commit 4650903
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ export default {
});

this._tick();
}, 60 * 1000);
}, 30 * 1000);
},
};

0 comments on commit 4650903

Please sign in to comment.