Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
Security Level: Public
-
None
-
3
Description
Index creation uses backoff retry with an initial wait time of 5ms. It makes sense to increase this initial wait to something like 500ms, and add a max backoff of 2s, to better align with the expected latency for index creation operations on the server side.
Attachments
Activity

Field | Original Value | New Value |
---|---|---|
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Build sync_gateway-3.0.0-154 contains sync_gateway commit dcee5a3 with commit message:
CBG-1343Reduce retry frequency on index creation (#4974)