minor. time.js.

This commit is contained in:
Christopher Jeffrey 2015-04-25 19:06:39 -07:00
parent cbed0b449a
commit ab4ce7ee30
1 changed files with 1 additions and 1 deletions

View File

@ -1038,7 +1038,7 @@ function updateTime() {
screen.render();
}
setInterval(updateTime, 950);
setInterval(updateTime, ~argv.indexOf('-s') ? 100 : 950);
updateTime();