summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-06-07 08:29:46 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-06-07 08:29:46 +0900
commitd3b51bf94a7fa132c966d30ff902be2829c2b933 (patch)
tree914ac5d4ff4fc92b503879e46d33ae80a6a04bc8 /src
parent2.29.0 (diff)
downloadmisskey-d3b51bf94a7fa132c966d30ff902be2829c2b933.tar.gz
misskey-d3b51bf94a7fa132c966d30ff902be2829c2b933.tar.bz2
misskey-d3b51bf94a7fa132c966d30ff902be2829c2b933.zip
:v:
Diffstat (limited to 'src')
-rw-r--r--src/client/app/common/views/components/time.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/views/components/time.vue b/src/client/app/common/views/components/time.vue
index 6e0d2b0dcb..58ed115620 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() {