mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-25 06:41:36 -07:00
tweak cache lifetime
This commit is contained in:
parent
78d2022a1e
commit
a26c44e895
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
/**
|
||||
* 添付用絵文字情報
|
||||
|
|
Loading…
Reference in a new issue