Skip to content
Snippets Groups Projects
Commit 6a3a26c6 authored by Fabian Tërnava's avatar Fabian Tërnava
Browse files

Memory now only sends data to LTM. LTM manages storage

parent 4e34eba5
No related branches found
No related tags found
No related merge requests found
......@@ -222,7 +222,6 @@ namespace armarx::armem::server
e->addSnapshot(snapshot);
}
longtermMemory->store(m);
longtermMemory->storeBuffer();
}
if (publishUpdates)
......@@ -354,7 +353,6 @@ namespace armarx::armem::server
armem::wm::Memory m;
fromIce(queryResult.memory, m);
longtermMemory->store(m);
longtermMemory->storeBuffer();
}
return output;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment