Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GOCBC-72: Use a larger channel for bulk op signalling.
We were encountering a situation where the bulk op execute's were getting stuck waiting for room in the pipeline, but the pipeline could not proceed because a previous op was blocking on the signal channel which wasn't yet being read from. Change-Id: I7bb01f759c61411a33bb659880ccaa17a777b174 Reviewed-on: http://review.couchbase.org/57124 Tested-by: Brett Lawson <brett19@gmail.com> Reviewed-by: Mark Nunberg <mark.nunberg@couchbase.com>
- Loading branch information