From 03bfa8c76b992cc90461f0bcd7fdef2b1d27dcb9 Mon Sep 17 00:00:00 2001 From: Tim Golen Date: Wed, 26 Feb 2025 10:42:43 -0700 Subject: [PATCH] Increase cached key size limit --- src/setup/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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