mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 09:22:55 +00:00
doc: remove comment about backoff
This commit is contained in:
@@ -720,9 +720,7 @@ impl LayerInner {
|
||||
);
|
||||
let backoff = std::time::Duration::from_secs_f64(backoff);
|
||||
|
||||
// unless we get cancelled, we will hold off the init semaphore
|
||||
tokio::time::sleep(backoff).await;
|
||||
|
||||
Err(DownloadError::DownloadFailed)
|
||||
}
|
||||
Err(_gone) => Err(DownloadError::DownloadCancelled),
|
||||
|
||||
Reference in New Issue
Block a user