mirror of
https://github.com/paricafe/misskey.git
synced 2025-01-14 10:40:50 -06:00
frontend: custom emojis cache time
This commit is contained in:
parent
fe207473cd
commit
726078e9ae
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import * as Misskey from 'misskey-js';
|
|||
import { misskeyApi, misskeyApiGet } from '@/scripts/misskey-api.js';
|
||||
import { get, set } from '@/scripts/idb-proxy.js';
|
||||
|
||||
const CACHE_EXPIRE_TIME = 60 * 60 * 1000;
|
||||
const CACHE_EXPIRE_TIME = 12 * 60 * 60 * 1000;
|
||||
const BATCH_SIZE = 1000;
|
||||
|
||||
const storageCache = await get('emojis');
|
||||
|
|
Loading…
Reference in a new issue