You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[json-rpc server] cometbft still set ReadTimeout, WriteTimeout, IdleTimeout with default value [10, 10, 10] and don't support to change this value in config.toml. WriteTimeout changes only depending on TimeoutBroadcastTxCommit in config.toml. It's worth suggesting a change to the upstream, but it's also possible that they don't want it.
[json-rpc client] Ostracon sets MaxIdleConns, MaxIdleConnsPerHost, IdleConnTimeout, ExpectContinueTimeout for json-rpc client [10000, 10000, 60sec, 1sec] whereas cometbft didn't and use default value [no limit, 2, no limit, no limit]
I don't think it's a necessary change. So if we want to apply this change to upstream, we need to show benchmark test to prove performance improvement.
tkxkd0159
changed the title
Triage on ostracon#131
Add extra node timeout setting & json-rpc client connection setting
Nov 7, 2023
The subject of the triage:
The text was updated successfully, but these errors were encountered: