How many times to try sending a request before giving up if the request is not yet registered.
Exported so callers that layer their own retry policy on top of requestWithRetry's cadence
(e.g. the Power-mode startup sync's boot-race loop) can derive from this shared policy instead of
re-declaring the literal and silently diverging if it is ever retuned.
How many times to try sending a request before giving up if the request is not yet registered. Exported so callers that layer their own retry policy on top of requestWithRetry's cadence (e.g. the Power-mode startup sync's boot-race loop) can derive from this shared policy instead of re-declaring the literal and silently diverging if it is ever retuned.