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

chore: increase quotes fetch sample to 10 #2665

Conversation

mickvandijke
Copy link
Contributor

No description provided.

@@ -1075,6 +1075,7 @@ impl Network {
&self,
key: &NetworkAddress,
client: bool,
expanded_close_group_size: Option<usize>,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I did not want unintentional side effects on the node side for increasing the close group size here, thus an option.

Copy link
Member

Choose a reason for hiding this comment

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

as long as the value is under KValue(20), it's still the local calculation.
just result in extra small messagings to be exchanged.

I don't think it needs to be an option ? as we cann't set it as None anyway ?

@mickvandijke mickvandijke force-pushed the chore-increase-quotes-sample-size-to-10 branch from 6fa416f to 817ac02 Compare January 24, 2025 09:50
@@ -1075,6 +1075,7 @@ impl Network {
&self,
key: &NetworkAddress,
client: bool,
expanded_close_group_size: Option<usize>,
Copy link
Member

Choose a reason for hiding this comment

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

as long as the value is under KValue(20), it's still the local calculation.
just result in extra small messagings to be exchanged.

I don't think it needs to be an option ? as we cann't set it as None anyway ?

@mickvandijke mickvandijke force-pushed the chore-increase-quotes-sample-size-to-10 branch from 817ac02 to 508bd27 Compare January 24, 2025 10:26
@jacderida jacderida merged commit b322de7 into maidsafe:rc-2024.12.1-hotfix8 Jan 24, 2025
24 checks passed
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