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
The REST client should take a configurable read and write timeout value (in seconds) from the CLI (e.g. rest-server --read-timeout=20 --write-timeout=20).
Those two values should then be set on the RPC server cfg:
Summary
The REST client should take a configurable read and write timeout value (in seconds) from the CLI (e.g.
rest-server --read-timeout=20 --write-timeout=20
).Those two values should then be set on the RPC server cfg:
cosmos-sdk/client/lcd/root.go
Lines 53 to 75 in 4d6480a
For Admin Use
The text was updated successfully, but these errors were encountered: