Skip to content

Schedule updateBase to asynchronous worker. #3455

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

Merged
merged 6 commits into from
Jul 8, 2025
Merged

Conversation

jangko
Copy link
Contributor

@jangko jangko commented Jul 7, 2025

updateBase become synchronous and the scheduler will interleave updateBase with importBlock and forkChoice.

The scheduler will move the base at fixed size PersistBatchSize.

fix #3449

`updateBase` become synchronous and the scheduler will interleave
`updateBase` with `importBlock` and `forkChoice`.

The scheduler will move the base at fixed size `PersistBatchSize`.
@jangko jangko merged commit 7f36a2f into master Jul 8, 2025
5 checks passed
@jangko jangko deleted the schedule-updatebase branch July 8, 2025 04:53
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.

Simplify updateBase
2 participants