変数調整

This commit is contained in:
syuilo 2018-06-12 01:43:56 +09:00
parent 90337adbbc
commit c61050244e
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ import Note from '../../../../models/note';
*/ */
const rangeA = 1000 * 60 * 10; // 10分 const rangeA = 1000 * 60 * 10; // 10分
const rangeB = 1000 * 60 * 60; // 1時間 const rangeB = 1000 * 60 * 40; // 40分
const coefficient = 2; // 「n倍」の部分 const coefficient = 1.5; // 「n倍」の部分
/** /**
* Get trends of hashtags * Get trends of hashtags