Description
The SDK currently uses the fixed backoff calculator rather than the expected one for the best effort retry strategy. The fixed backoff is intended specifically for immediate retries only.
The SDK currently uses the fixed backoff calculator rather than the expected one for the best effort retry strategy. The fixed backoff is intended specifically for immediate retries only.
Build couchbase-server-7.0.0-1513 contains gocbcore commit c6e079e with commit message:
GOCBC-807: Change BestEffortRetry to Exponential Backoff