From c61050244e5e84833688c1aaaea1ebc3be5e72f4 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 12 Jun 2018 01:43:56 +0900 Subject: [PATCH] =?UTF-8?q?=E5=A4=89=E6=95=B0=E8=AA=BF=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/server/api/endpoints/hashtags/trend.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/server/api/endpoints/hashtags/trend.ts b/src/server/api/endpoints/hashtags/trend.ts index 170580dd8..257718014 100644 --- a/src/server/api/endpoints/hashtags/trend.ts +++ b/src/server/api/endpoints/hashtags/trend.ts @@ -6,8 +6,8 @@ import Note from '../../../../models/note'; */ const rangeA = 1000 * 60 * 10; // 10分 -const rangeB = 1000 * 60 * 60; // 1時間 -const coefficient = 2; // 「n倍」の部分 +const rangeB = 1000 * 60 * 40; // 40分 +const coefficient = 1.5; // 「n倍」の部分 /** * Get trends of hashtags