cenkalti / putio.py

A python wrapper for put.io APIv2
http://put.io
MIT License
72 stars 41 forks source link

adding retry in case of intermittent connection #36

Closed DepthDeluxe closed 6 years ago

DepthDeluxe commented 6 years ago

There are some cases where an intermittent connection can cause downloads to hang. Set the timeout to 5 seconds (i.e. will time out after 5 seconds on connect along with timing out if it takes more than 5 seconds to get any response.

Tested on local project

cenkalti commented 6 years ago

Uploaded new version: https://pypi.python.org/pypi/putio.py/7.0.2