mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-06 00:33:51 +09:00
✌️
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user