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

increase akka-http-server request timeout #1354

Merged
merged 1 commit into from May 19, 2021

Conversation

pragmaxim
Copy link
Collaborator

Exchanges complain about request timeouts. Having a problem/complaint that it takes too long is always better than that it fails.

I think that proper solution is about establishing backpressure in the stack ... ie. avoiding the message queues to fill ... that's why there is a trend to reduce Actors to being just state holders and using akka-stream as much as possible ... so if wallet is unavailable, it might be caused by this ScanOnChain(newBlock) which is called heavily during syncing.

@pragmaxim pragmaxim requested review from kushti and oskin1 May 18, 2021 08:03
@pragmaxim pragmaxim changed the base branch from master to v4.0.11 May 18, 2021 08:03
@kushti kushti merged commit 4257cbc into v4.0.11 May 19, 2021
@kushti kushti deleted the increase-akka-http-request-timeout branch May 19, 2021 18:34
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.

None yet

2 participants