From d3b51bf94a7fa132c966d30ff902be2829c2b933 Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 7 Jun 2018 08:29:46 +0900 Subject: [PATCH] :v: --- src/client/app/common/views/components/time.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/app/common/views/components/time.vue b/src/client/app/common/views/components/time.vue index 6e0d2b0dc..58ed11562 100644 --- a/src/client/app/common/views/components/time.vue +++ b/src/client/app/common/views/components/time.vue @@ -59,7 +59,7 @@ export default Vue.extend({ created() { if (this.mode == 'relative' || this.mode == 'detail') { this.tick(); - this.tickId = setInterval(this.tick, 1000); + this.tickId = setInterval(this.tick, 5000); } }, destroyed() {