RETRY_LOOP_RESOLUTION

Constant RETRY_LOOP_RESOLUTION 

Source
const RETRY_LOOP_RESOLUTION: u32 = 10;
Expand description

This constant governs duration of sleep in various retry loops in the API. If we’re re-trying something with a timeout of X, we will sleep for X / RETRY_LOOP_RESOLUTION between attempts.