From e0f847e539455187b5f72bb68e89e6b97d7377f3 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 11 Jun 2018 14:06:23 +0900 Subject: [PATCH] :v: --- src/client/app/common/views/widgets/hashtags.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);