pull/286/head
Lim Chee Aun 2023-11-04 19:19:42 +08:00
rodzic 9f31cc8e07
commit 2c6d18bcfc
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -3,5 +3,5 @@ import moize from 'moize';
window._moize = moize;
export default function mem(fn, opts = {}) {
return moize(fn, { ...opts, maxSize: 100, isDeepEqual: true });
return moize(fn, { ...opts, maxSize: 50, isDeepEqual: true });
}