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
Synapse server often becomes not very fast to reply, so in bridge instances we see the timeout errors like [bot-sdk-MatrixLiteClient] error: (REQ-4) RequestError: Timeout awaiting 'request' for 60000ms.
As I quickly lookup in code, all timeout values are hard-coded?
Will be good to have ability to increase timeout values in bridge config yaml file, is this hard to implement?
Synapse server often becomes not very fast to reply, so in bridge instances we see the timeout errors like
[bot-sdk-MatrixLiteClient] error: (REQ-4) RequestError: Timeout awaiting 'request' for 60000ms
.As I quickly lookup in code, all timeout values are hard-coded?
Will be good to have ability to increase timeout values in bridge config yaml file, is this hard to implement?
Because of those timeout errors, we have issues like https://github.com/innereq/mx-puppet-vk/issues/5
The text was updated successfully, but these errors were encountered: