diff --git a/src/plugins/loader.ts b/src/plugins/loader.ts index b9132c08f33..6f32ee0d151 100644 --- a/src/plugins/loader.ts +++ b/src/plugins/loader.ts @@ -54,7 +54,7 @@ export type PluginLoadOptions = { activate?: boolean; }; -const MAX_PLUGIN_REGISTRY_CACHE_ENTRIES = 32; +const MAX_PLUGIN_REGISTRY_CACHE_ENTRIES = 128; const registryCache = new Map(); const openAllowlistWarningCache = new Set();