mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-25 06:16:42 -06:00
変数調整
This commit is contained in:
parent
90337adbbc
commit
c61050244e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue