Skip to content

Commit

Permalink
change cache size
Browse files Browse the repository at this point in the history
  • Loading branch information
kacper-mikolajczak committed May 14, 2024
1 parent b53cf49 commit 67703d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/NumberFormatUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type CONST from '@src/CONST';

const numberFormatter = moize(Intl.NumberFormat, {
isDeepEqual: true,
maxSize: Infinity,
maxSize: 10,
profileName: 'Intl.NumberFormat',
});

Expand Down

0 comments on commit 67703d4

Please sign in to comment.