fix(FN-000): simplify qmd memory settings
This commit is contained in:
@@ -126,7 +126,7 @@ export const DEFAULT_PROJECT_SETTINGS = {
|
||||
insightExtractionSchedule: "0 2 * * *",
|
||||
insightExtractionMinIntervalMs: 86_400_000,
|
||||
memoryEnabled: true,
|
||||
memoryBackendType: "file",
|
||||
memoryBackendType: "qmd",
|
||||
memoryAutoSummarizeEnabled: false,
|
||||
memoryAutoSummarizeThresholdChars: 50_000,
|
||||
memoryAutoSummarizeSchedule: "0 3 * * *",
|
||||
|
||||
Reference in New Issue
Block a user