Skip to content
Snippets Groups Projects
Commit 202e943d authored by syuilo's avatar syuilo
Browse files

tweak cache lifetime

parent 36bcaaff
No related branches found
No related tags found
No related merge requests found
......@@ -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);
/**
* 添付用絵文字情報
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment