py-couchdb
py-couchdb copied to clipboard
HOTFIX: Timeout setting for _changes reader
- Pass the "timeout" parameter to the request for _changes, so that we don't end up waiting indefinitely when couchdb server dies.
This is being introduced primarily to handle ELB scaling events.