doc: explain what the consecutive failures are for

This commit is contained in:
Joonas Koivunen
2023-08-29 10:08:53 +03:00
parent 08680f6591
commit 3edff352b5

View File

@@ -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,
}