Klaus Post 3d318bae76 init: Use constant time retries (#8769)
Exponential backoff does not seem like a good fit for
this function since we can expect a few roundtrips on
initial startup.

This retry loop get slow pretty quickly with initial
wait being 1 second and each try being double the
wait until 30 seconds is reached.

Instead simply try 2 times per second.
2020-01-08 13:37:34 -08:00
..
2020-01-06 16:15:22 -08:00
2019-12-28 22:24:43 +05:30
2019-12-12 10:01:15 -08:00
2019-12-28 22:24:43 +05:30
2020-01-02 20:18:32 +05:30
2020-01-06 10:15:44 -08:00
2019-09-10 04:42:29 +05:30
2019-12-28 22:24:43 +05:30
2019-12-28 22:24:43 +05:30