mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-16 01:42:55 +00:00
doc: note running without remote storage again
This commit is contained in:
@@ -570,7 +570,7 @@ impl LayerInner {
|
||||
self.spawn_download_and_wait(timeline).await?;
|
||||
} else {
|
||||
// the file is present locally, probably by a previous but cancelled call to
|
||||
// get_or_maybe_download.
|
||||
// get_or_maybe_download. alternatively we might be running without remote storage.
|
||||
}
|
||||
|
||||
let res = Arc::new(DownloadedLayer {
|
||||
|
||||
Reference in New Issue
Block a user