this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Reduce to 50

+1 -1
+1 -1
src/utils/mem.js
··· 3 3 window._moize = moize; 4 4 5 5 export default function mem(fn, opts = {}) { 6 - return moize(fn, { ...opts, maxSize: 100, isDeepEqual: true }); 6 + return moize(fn, { ...opts, maxSize: 50, isDeepEqual: true }); 7 7 }