Add ability to customize requests ReadTimeout if session with timeout attribute is passed in, otherwise default to decorators value.
Allows you to pass in your own requests.Session() object with a timeout field. This allows people to have a customized ReadTimeout that is much shorter than the default 60 seconds. Useful when Firebase is having intermittent server issues, so retrys can happen at a quicker rate.
Add ability to customize requests ReadTimeout if session with timeout attribute is passed in, otherwise default to decorators value.
Allows you to pass in your own requests.Session() object with a
timeout
field. This allows people to have a customized ReadTimeout that is much shorter than the default 60 seconds. Useful when Firebase is having intermittent server issues, so retrys can happen at a quicker rate.