cosmos / relayer

An IBC relayer for ibc-go
Apache License 2.0
390 stars 1.71k forks source link

fix: use context timeout per paginated query #1395

Closed jtieri closed 9 months ago

jtieri commented 9 months ago

Previously we were using one 60s timeout for the entire paginated query request for channels. This change moves the context timeout to be on a per-request basis and uses a 10s timeout per request.