A fork of attic a self-hostable Nix Binary Cache server
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

book/faqs: .narinfo with missing chunks longer returns 503

+1 -1
+1 -1
book/src/faqs.md
··· 57 57 58 58 ## What happens if a chunk is corrupt/missing? 59 59 60 - When a chunk is deleted from the database, all dependent `.narinfo` and `.nar` will become unavailable (503). 60 + When a chunk is deleted from the database, all dependent `.nar` will become unavailable (503). 61 61 However, this can be recovered from automatically when any NAR containing the chunk is uploaded. 62 62 63 63 At the moment, Attic cannot automatically detect when a chunk is corrupt or missing.