Sorunome / mx-puppet-bridge

Puppeting library for matrix
Apache License 2.0
95 stars 29 forks source link

Make timeout values configurable in settings #74

Open MurzNN opened 3 years ago

MurzNN commented 3 years ago

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