Skip to content
Snippets Groups Projects
Commit d130f933 authored by Joana Plewnia's avatar Joana Plewnia
Browse files

Added PNGConverter as standard to processors to avoid problems with large json files for images

- MemoryBase: added PNGConverter as standard for processors to use
parent 58ee154b
No related branches found
No related tags found
1 merge request!322Feature/forgetting in wm and em
Pipeline #16816 passed
......@@ -286,8 +286,7 @@ namespace armarx::armem::server::ltm::detail
{
bool enabled_on_startup = false;
std::string configuration_on_startup =
"{ \"SnapshotFrequencyFilter\": {\"WaitingTimeInMsForFilter\" : 3000}"
"}";
"{ \"SnapshotFrequencyFilter\": {\"WaitingTimeInMsForFilter\" : 1000}, \"PngConverter\": {}}";
std::string export_name ="MemoryExport";
std::string export_path = "/tmp";
} p;
......
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