From 13fbbbf52ed37a0af30b29fc7af93f451bde412c Mon Sep 17 00:00:00 2001 From: Luna Date: Sun, 1 Mar 2026 11:56:35 +0100 Subject: [PATCH] upgraded memory to a max of 8000. change it in config.js if u dont want that. --- src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.js b/src/config.js index 1763059..09e5728 100644 --- a/src/config.js +++ b/src/config.js @@ -34,7 +34,7 @@ export const config = { legacyMemoryFile, summaryTriggerChars: 3000, memoryPruneThreshold: 0.2, - maxMemories: 200, + maxMemories: 8000, relevantMemoryCount: 5, // Proactive continuation settings: when a user stops replying, Nova can continue // the conversation every `continuationIntervalMs` milliseconds until the user