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

default timeouts are extremely aggressive #2891

Closed
532910 opened this issue Jul 11, 2024 · 0 comments · Fixed by #2963
Closed

default timeouts are extremely aggressive #2891

532910 opened this issue Jul 11, 2024 · 0 comments · Fixed by #2963
Assignees
Labels
enhancement Improving existing functionality I4 No visible changes S3 Minimally significant U3 Regular
Milestone

Comments

@532910
Copy link

532910 commented Jul 11, 2024

  1. connection timeouts less than 10s are extremely aggressive and leads to connection breaks
  2. connection timeouts should be the same across all services
  3. i'd recommend to set all network timeouts to 1 minute
@roman-khimov roman-khimov added this to the v0.44.0 milestone Aug 21, 2024
@roman-khimov roman-khimov added enhancement Improving existing functionality U3 Regular S3 Minimally significant I4 No visible changes labels Aug 21, 2024
End-rey added a commit that referenced this issue Oct 7, 2024
Set default timeout for dialing connections in node:
- `morph.dial_timeout`
- `apiclient.dial_timout`
and in inner ring:
- `morph.dial_timout`
- `mainnet.dial_timout`
to 1 minute.

Closes #2891.

Signed-off-by: Andrey Butusov <[email protected]>
End-rey added a commit that referenced this issue Oct 7, 2024
Set default timeout for dialing connections in node:
- `morph.dial_timeout`
- `apiclient.dial_timout`
and in inner ring:
- `morph.dial_timout`
- `morph.consensus.p2p.dial_timout`
- `mainnet.dial_timout`
to 1 minute.
Update example configs and docs.

Closes #2891.

Signed-off-by: Andrey Butusov <[email protected]>
End-rey added a commit that referenced this issue Oct 7, 2024
Set default timeout for dialing connections in node:
- `morph.dial_timeout`
- `apiclient.dial_timout`
and in inner ring:
- `morph.dial_timout`
- `morph.consensus.p2p.dial_timout`
- `mainnet.dial_timout`
to 1 minute.
Update example configs and docs.

Closes #2891.

Signed-off-by: Andrey Butusov <[email protected]>
End-rey added a commit that referenced this issue Oct 8, 2024
Set default timeout for dialing connections in node:
- `morph.dial_timeout`
- `apiclient.dial_timout`
- `apiclient.stream_timeout`
and in inner ring:
- `morph.dial_timout`
- `morph.consensus.p2p.dial_timout`
- `mainnet.dial_timout`
to 1 minute.
Update example configs and docs.

Closes #2891.

Signed-off-by: Andrey Butusov <[email protected]>
End-rey added a commit that referenced this issue Oct 8, 2024
Set default timeout for dialing connections in node:
- `morph.dial_timeout`
- `apiclient.dial_timout`
- `apiclient.stream_timeout`
and in inner ring:
- `morph.dial_timout`
- `morph.consensus.p2p.dial_timout`
- `mainnet.dial_timout`
to 1 minute.
Update example configs and docs.

Closes #2891.

Signed-off-by: Andrey Butusov <[email protected]>
End-rey added a commit that referenced this issue Oct 8, 2024
Set default timeout for dialing connections in node:
- `morph.dial_timeout`
- `apiclient.dial_timout`
- `apiclient.stream_timeout`
and in inner ring:
- `morph.dial_timout`
- `morph.consensus.p2p.dial_timout`
- `mainnet.dial_timout`
to 1 minute.
Update example configs and docs.

Closes #2891.

Signed-off-by: Andrey Butusov <[email protected]>
End-rey added a commit that referenced this issue Oct 8, 2024
Set default timeout for dialing connections in node:
- `morph.dial_timeout`
- `apiclient.dial_timout`
- `apiclient.stream_timeout`
and in inner ring:
- `morph.dial_timout`
- `morph.consensus.p2p.dial_timout`
- `mainnet.dial_timout`
to 1 minute.
Update example configs and docs.

Closes #2891.

Signed-off-by: Andrey Butusov <[email protected]>
End-rey added a commit that referenced this issue Oct 8, 2024
Set default timeout for dialing connections in node:
- `morph.dial_timeout`
- `apiclient.dial_timout`
- `apiclient.stream_timeout`
and in inner ring:
- `morph.dial_timout`
- `morph.consensus.p2p.dial_timout`
- `mainnet.dial_timout`
to 1 minute.
Update example configs and docs.

Closes #2891.

Signed-off-by: Andrey Butusov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improving existing functionality I4 No visible changes S3 Minimally significant U3 Regular
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants