Commit 4f9f87e8 authored by Ivan Tyagov's avatar Ivan Tyagov

Publish DataSet every 10ms instead of 1000ms.

parent 3922a7f6
......@@ -27,7 +27,7 @@ static int HEART_BEAT_TIMEOUT_INTERVAL = DEFAULT_HEART_BEAT_TIMEOUT_INTERVAL;
unsigned int HEART_BEAT_ID_LIST[] = {0, 0, 0, 0, 0, 0, 0, 0};
// the interval for publishing messages$
const int PUBLISHING_INTERVAL = 1000;
const int PUBLISHING_INTERVAL = 10;
// a hard coded writer group, data set and publisher ID$
// (should be same for publisher / subscriber)$
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment