couchapp / couchapp

Utilities to make standalone CouchDB application development simple

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[client.Database] encapsulate max-retry logic for `save_docs`

iblislin opened this issue · comments

pushapps and pushdocs handle retry only one time by themselves.
I think this logic should be hided under the client.Database and let max-retry count be configurable.