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

[e2e] Reduce state sync delay #296

Merged
merged 2 commits into from
Jul 26, 2023
Merged

[e2e] Reduce state sync delay #296

merged 2 commits into from
Jul 26, 2023

Conversation

patrick-ogrady
Copy link
Contributor

@patrick-ogrady patrick-ogrady commented Jul 26, 2023

Resolves: #293

Theory: sync_concurrent couldn't finish because the number of ranges it needs to fetch + change proofs is greater than the default parallelism setting (which means fetching takes ~>200ms but the block time is 250ms).

We want to make sure we can update the root before sync finishes but don't want the node to be unable to catch up.

@patrick-ogrady patrick-ogrady marked this pull request as ready for review July 26, 2023 20:36
@patrick-ogrady patrick-ogrady merged commit 51cee4e into main Jul 26, 2023
@patrick-ogrady patrick-ogrady deleted the adjust-sync-delay branch July 26, 2023 20:36
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.

[e2e] Adjust sync client delay
1 participant