Define timeouts globally

Hello!

It is currently not possible to modify the default 60s timeout. While it may be useful to be able to modify this default in some situations, generally speaking, if you’re seeing 60s timeouts happening in lots of places, you’ve more than likely hit a bottleneck already and so setting a longer timeout isn’t really going to tell you anything new.

If it is just happening for particular requests, and you’re perhaps wanting to know whether the server does eventually send something back with a longer timeout, then you can modify the individual request’s timeout using Params.timeout.

1 Like