diff --git a/src/setup/index.ts b/src/setup/index.ts index fab9dcaa4ca5..9d06187af626 100644 --- a/src/setup/index.ts +++ b/src/setup/index.ts @@ -27,7 +27,7 @@ export default function () { keys: ONYXKEYS, // Increase the cached key count so that the app works more consistently for accounts with large numbers of reports - maxCachedKeysCount: 100000, + maxCachedKeysCount: 20000, safeEvictionKeys: [ONYXKEYS.COLLECTION.REPORT_ACTIONS], initialKeyStates: { // Clear any loading and error messages so they do not appear on app startup