mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-04 15:53:51 +09:00
tweak cache lifetime
This commit is contained in:
@ -6,7 +6,7 @@ import { Cache } from './cache';
|
||||
import { isSelfHost, toPunyNullable } from './convert-host';
|
||||
import { decodeReaction } from './reaction-lib';
|
||||
|
||||
const cache = new Cache<Emoji | null>(1000 * 60 * 60);
|
||||
const cache = new Cache<Emoji | null>(1000 * 60 * 60 * 12);
|
||||
|
||||
/**
|
||||
* 添付用絵文字情報
|
||||
|
Reference in New Issue
Block a user