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

Set all call timeout defaults on providers to 30: #3262

Merged
merged 1 commit into from Mar 4, 2024

Conversation

fselmo
Copy link
Collaborator

@fselmo fselmo commented Mar 4, 2024

What was wrong?

  • In the HTTP cases, this actually increases the timeout which matches the timeouts in some clients (like Geth); closes Set default timeouts to mirror Geth #1939.
  • This commit also sets the persistent connection timeout to be the same as the HTTP timeout for a request which seems reasonable and keeps consistency.

Todo:

Cute Animal Picture

20240304_083729~2

- In the HTTP cases, this actually increases the timeout which matches
  the timeouts in some clients (like Geth); closes ethereum#1939.
- This commit also sets the persistent connection timeout to be the same
  as the HTTP timeout for a request which seems reasonable and keeps consistency.
Copy link
Contributor

@reedsa reedsa left a comment

Choose a reason for hiding this comment

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

Lgtm

@fselmo fselmo merged commit 9859afb into ethereum:main Mar 4, 2024
85 checks passed
@fselmo fselmo deleted the increase-request-timeouts branch March 4, 2024 18:43
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.

Set default timeouts to mirror Geth
2 participants