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

DEFAULT_CONFIG.json5: add missing default config for autoconnect.client #1642

Merged
merged 2 commits into from
Dec 9, 2024

Conversation

JEnoch
Copy link
Member

@JEnoch JEnoch commented Dec 9, 2024

In DEFAULT_CONFIG.json5 both scouting.multicast.autoconnect and scouting.gossip.autoconnect had the default values correctly set for router and peer modes. But the default value for client mode was missing.
It's actually set to ["router", "peer"] here.

I also tried to clarify the description of autoconnect config which seems not clear to the user on why there are different settings for router, peer and client in a config file which applies to only 1 of those cases at startup.

@JEnoch JEnoch added the documentation Improvements or additions to documentation label Dec 9, 2024
@JEnoch JEnoch requested a review from Mallets December 9, 2024 12:01
@Mallets
Copy link
Member

Mallets commented Dec 9, 2024

downsampling_by_keyexpr test is failing but is not related to this PR.

@Mallets Mallets merged commit 37491bb into main Dec 9, 2024
23 of 25 checks passed
@Mallets Mallets deleted the fix_client_autoconnect_conf branch December 9, 2024 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants