Limiting revisions on Couchbase Sync

@adamf, same issue we are facing. we had revision conflicts at 1st revision and we resolved by

https://developer.couchbase.com/documentation/mobile/current/guides/sync-gateway/resolving-conflicts/index.html

and we are resolving by current revision (the one that got picked deterministically by the system) remains the winner
when we update documents and looks like open_revs=all returning older revision which got deleted earlier.

below is _bulk_docs request body where revision 1-a42dc43aefec84c14cf854ecb4ec6995 was deleted earlier . but still we are receiving the same in every request of open_revs=all

{‘docs’: [{’_rev’: u’1-a42dc43aefec84c14cf854ecb4ec6995’, ‘_id’: u’3’, ‘_deleted’: True}, {u’ver’: u’dssdds’, u’_rev’: u’15-df476d53eb1caeaaee678f393296ed3b’, u’_id’: u’3’, u’type’: u’dd’}]}