This commit is contained in:
Bryan Stitt 2023-11-23 00:24:54 -04:00
parent 10dd616d31
commit fd3b582422

@ -998,6 +998,7 @@ impl RpcsForRequest {
}
// if we got this far, no inner or outer rpcs are ready. thats suprising since an inner should have been ready. maybe it got rate limited
// TODO: log block needed and such
warn!(?earliest_retry_at, num_waits=%wait_for_sync.len(), %tried, %opened, "no rpcs ready");
let min_wait_until = Instant::now() + Duration::from_millis(10);