refactor: unify Memory feature configuration authority
This commit is contained in:
@@ -23,7 +23,14 @@ compaction = {
|
||||
|
||||
feature = {
|
||||
task = { enabled = true; };
|
||||
memory = { enabled = true; };
|
||||
memory = {
|
||||
enabled = true;
|
||||
resident = { inject_summary = true; };
|
||||
extraction = {
|
||||
enabled = true;
|
||||
threshold = 50000;
|
||||
};
|
||||
};
|
||||
web = { enabled = true; };
|
||||
image = { enabled = true; };
|
||||
sub_worker = { enabled = false; };
|
||||
@@ -40,12 +47,6 @@ feature = {
|
||||
};
|
||||
};
|
||||
|
||||
memory = {
|
||||
extract_threshold = 50000;
|
||||
consolidation_threshold_files = 5;
|
||||
consolidation_threshold_bytes = 50000;
|
||||
};
|
||||
|
||||
web = {
|
||||
enabled = true;
|
||||
search = {
|
||||
|
||||
Reference in New Issue
Block a user