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

feat(client): extra sleep between chunk verification #1160

Merged
merged 1 commit into from Jan 9, 2024

Conversation

maqi
Copy link
Member

@maqi maqi commented Jan 9, 2024

Description

Summary generated by Reviewpad on 09 Jan 24 09:29 UTC

This pull request introduces a new feature to the client code. Specifically, it adds an extra sleep between chunk verification in the sn_networking module. This sleep is added to avoid firing queries too close together and potentially choking the nodes further. The waiting time is determined based on the number of retry attempts. Additionally, this patch includes a minor change in the sn_transfers module, where a debug message is added to indicate the path where the cash note is being written.

@reviewpad reviewpad bot requested a review from joshuef January 9, 2024 09:29
@reviewpad reviewpad bot added Small Pull request is small waiting-for-review labels Jan 9, 2024
@joshuef
Copy link
Contributor

joshuef commented Jan 9, 2024

Can you clarify why we need this?

@joshuef joshuef added this pull request to the merge queue Jan 9, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 9, 2024
@maqi maqi added this pull request to the merge queue Jan 9, 2024
Merged via the queue into maidsafe:main with commit 813e6ad Jan 9, 2024
31 checks passed
@maqi maqi deleted the extra_sleep_between_chunk_verification branch January 9, 2024 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Small Pull request is small
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants