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

Avoid utxos slow down width first tracking #2081

Merged
merged 2 commits into from
Sep 3, 2024

Conversation

maqi
Copy link
Member

@maqi maqi commented Sep 2, 2024

Description

This is a follow up PR after the initial work of width first tracking.
The initial work has the drawback that with more and more UTXOs detected, the tracking speed will be slow down gradually.
This PR aimed to resolved this by having a stepped re-attempt interval for smaller UTXOs.

Related Issue

Type of Change

@maqi maqi changed the title Avoid utx os slow down width first tracking Avoid utxos slow down width first tracking Sep 2, 2024
@joshuef joshuef added this pull request to the merge queue Sep 2, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 3, 2024
@maqi maqi added this pull request to the merge queue Sep 3, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 3, 2024
@maqi maqi added this pull request to the merge queue Sep 3, 2024
Merged via the queue into maidsafe:main with commit 37b8bb6 Sep 3, 2024
40 checks passed
@maqi maqi deleted the avoid_UTXOs_slow_down_width_first_tracking branch September 3, 2024 11:18
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