Details
-
Improvement
-
Resolution: Fixed
-
Major
-
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.