add comment

This commit is contained in:
tamaina 2023-06-10 01:29:45 +00:00
parent 28b181ee7a
commit 0dbb9cf400
1 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,8 @@ function tick() {
const next = ago < 60 ? 10000 : ago < 3600 ? 60000 : 180000;
if (_now - now > next) {
// nowrelative
// relativenow
now = _now;
}
}