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
When we extend the max response payload limit to allow larger data, we start to run into network timeouts, which I believe is a problem here in the libp2p request-response handler
When we extend the max response payload limit to allow larger data, we start to run into network timeouts, which I believe is a problem here in the libp2p request-response handler
I tested my payload which causes this OutboundFailure::Timeout using a hard coded 300s and it gives it sufficient time to return the large payload.
I'm not sure if substream_timeout is configurable in libp2p but we'll need to also configure/raise this limit in kameo to solve #106
The text was updated successfully, but these errors were encountered: