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

Problem: slow performance and regular timeouts sending transactions #100

Merged
merged 1 commit into from
Jun 4, 2018

Conversation

yrashk
Copy link
Contributor

@yrashk yrashk commented Jun 2, 2018

Solution: fix the maximum number of concurrent HTTP request
at a transport level.

It is set by default to 64 and there's now a new configuration
parameter (concurrent_http_requests) in home and foreign
sections. Previously used concurrency parameter from transactions
configuration has been removed.

Solution: fix the maximum number of concurrent HTTP request
at a transport level.

It is set by default to 64 and there's now a new configuration
parameter (`concurrent_http_requests`) in `home` and `foreign`
sections. Previously used `concurrency` parameter from transactions
configuration has been removed.
@ghost ghost assigned yrashk Jun 2, 2018
@ghost ghost added the in progress label Jun 2, 2018
Copy link
Contributor

@akolotov akolotov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yrashk could you please advice how to check that this feature works?

@yrashk
Copy link
Contributor Author

yrashk commented Jun 3, 2018 via email

@akolotov
Copy link
Contributor

akolotov commented Jun 3, 2018 via email

@yrashk
Copy link
Contributor Author

yrashk commented Jun 3, 2018 via email

@yrashk yrashk merged commit 47541b0 into omni:master Jun 4, 2018
@ghost ghost removed the in progress label Jun 4, 2018
noot pushed a commit to noot/poa-bridge that referenced this pull request Jul 18, 2018
Problem: slow performance and regular timeouts sending transactions
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