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

changed default value of frequency filter

parent 754c5775
No related branches found
No related tags found
Loading
...@@ -17,7 +17,7 @@ namespace armarx::armem::server::ltm::filter ...@@ -17,7 +17,7 @@ namespace armarx::armem::server::ltm::filter
virtual bool accept(const armem::wm::Memory& memory) override; virtual bool accept(const armem::wm::Memory& memory) override;
private: private:
int waitingTimeInMs = 100; int waitingTimeInMs = 10;
long timestampLastCommitInMs = 0; long timestampLastCommitInMs = 0;
}; };
} }
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