From 54d93ff61f98639d41d7897f7059aacabcb07772 Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Thu, 26 Jan 2023 23:17:45 -0700 Subject: [PATCH] book/faqs: .narinfo with missing chunks longer returns 503 --- book/src/faqs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/faqs.md b/book/src/faqs.md index d67372b..d5c8d73 100644 --- a/book/src/faqs.md +++ b/book/src/faqs.md @@ -57,7 +57,7 @@ The design of Attic is driven by the desire to effectively utilize existing plat ## What happens if a chunk is corrupt/missing? -When a chunk is deleted from the database, all dependent `.narinfo` and `.nar` will become unavailable (503). +When a chunk is deleted from the database, all dependent `.nar` will become unavailable (503). However, this can be recovered from automatically when any NAR containing the chunk is uploaded. At the moment, Attic cannot automatically detect when a chunk is corrupt or missing.