-
Notifications
You must be signed in to change notification settings - Fork 668
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
[Network] long delay between receiving a block validation request and getting a response #5366
Comments
Seems the root cause is that these nodes are just super-backlogged with HTTP requests:
Looks like we have two candidates for network RPC optimization: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The foundation nakamoto testnet miner sees this:
The hiro nodes and signers see this:
Why is there such a long delay between the signer submitting a block proposal and the node receiving it?
The text was updated successfully, but these errors were encountered: