mirror of https://github.com/openclaw/openclaw.git
chore: raise plugin registry cache cap
This commit is contained in:
parent
c156f7c7e3
commit
dd96be4e95
|
|
@ -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<string, PluginRegistry>();
|
||||
const openAllowlistWarningCache = new Set<string>();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue