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

waiting time decreased #13716

Draft
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

remibettan
Copy link
Contributor

Tracked by: RSDEV-3019

@remibettan remibettan marked this pull request as draft January 28, 2025 14:15
@@ -143,7 +143,7 @@ rsdds_device_factory::rsdds_device_factory( std::shared_ptr< context > const & c
.default_value( 5 );
domain.query_devices_min
= dds_settings.nested( std::string( "query-devices-min", 17 ), &json::is_number_integer )
Copy link
Collaborator

Choose a reason for hiding this comment

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

General questions
Any idea what -min means?
minimum timeout?
What is 17?
What is 3-->0 used for?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

  • min is the time the listener waits for new dds participant
  • 17 is just the number of characters in the "query-devices-min" string - only syntax needed for the nested method
  • 3-->0 has been tried so that the listener will not wait 3 seconds for nothing
    See ticket for reason why this PR has been changed to draft.

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.

2 participants