Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve statistics communication performance [12415] #2180

Merged
merged 1 commit into from
Sep 17, 2021

Conversation

richiware
Copy link
Member

Communications are improved decreasing the history's depth.

Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
@richiware richiware changed the title Improve statistics communication performance Improve statistics communication performance [12415] Sep 2, 2021
@EduPonz EduPonz added this to the v2.4.0 milestone Sep 9, 2021
@@ -32,7 +32,7 @@ DataWriterQos::DataWriterQos()
durability().kind = eprosima::fastdds::dds::TRANSIENT_LOCAL_DURABILITY_QOS;
publish_mode().kind = eprosima::fastdds::dds::ASYNCHRONOUS_PUBLISH_MODE;
history().kind = eprosima::fastdds::dds::KEEP_LAST_HISTORY_QOS;
history().depth = 100;
history().depth = 1;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will need a documentation update. It can be done at the same time than the one I requested here

Copy link
Member

@MiguelCompany MiguelCompany left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@MiguelCompany MiguelCompany merged commit 835bf1e into master Sep 17, 2021
@MiguelCompany MiguelCompany deleted the bugfix/12414 branch September 17, 2021 09:20
SamuelWHalodi pushed a commit to SamuelWHalodi/Fast-DDS that referenced this pull request Oct 4, 2021
Signed-off-by: Samuel Wilhelmsson <samuel@halodi.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants