Version 3.10.2
- Added
max_retries
parameter toSHConfig
class. It controls how many times the client will attempt to re-download before raisingOutOfRequestsException
. It is set toNone
by default, in which case it never stops trying. Contributed by @Regan-Koopmans.