mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-31 12:00:42 +00:00
doc: explain what the consecutive failures are for
This commit is contained in:
@@ -355,6 +355,8 @@ struct LayerInner {
|
||||
|
||||
/// Allow subscribing to when the layer actually gets evicted.
|
||||
status: tokio::sync::broadcast::Sender<Status>,
|
||||
|
||||
/// Counter for exponential backoff with the download
|
||||
consecutive_failures: AtomicUsize,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user