diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-06-07 08:29:46 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-06-07 08:29:46 +0900 |
| commit | d3b51bf94a7fa132c966d30ff902be2829c2b933 (patch) | |
| tree | 914ac5d4ff4fc92b503879e46d33ae80a6a04bc8 /src | |
| parent | 2.29.0 (diff) | |
| download | misskey-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.vue | 2 |
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() { |