diff --git a/src/client/app/common/views/widgets/hashtags.vue b/src/client/app/common/views/widgets/hashtags.vue index 74b5b7647..809f87f6f 100644 --- a/src/client/app/common/views/widgets/hashtags.vue +++ b/src/client/app/common/views/widgets/hashtags.vue @@ -41,7 +41,7 @@ export default define({ }, mounted() { this.fetch(); - this.clock = setInterval(this.fetch, 1000 * 60 * 10); + this.clock = setInterval(this.fetch, 1000 * 60); }, beforeDestroy() { clearInterval(this.clock);