diff --git a/src/setup/index.ts b/src/setup/index.ts index bf0e1c3fd2b93..d69362e549a81 100644 --- a/src/setup/index.ts +++ b/src/setup/index.ts @@ -26,7 +26,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: 20000, + maxCachedKeysCount: 100000, safeEvictionKeys: [ONYXKEYS.COLLECTION.REPORT_ACTIONS], initialKeyStates: { // Clear any loading and error messages so they do not appear on app startup