From 6a67785e0277dc9b40e97234ba2b9bd933c09317 Mon Sep 17 00:00:00 2001 From: whitequark Date: Fri, 19 Sep 2025 02:35:56 +0200 Subject: [PATCH] Correct inaccuracy in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4efe4f5..95e1499 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Architecture (v2) An object store (filesystem, S3, ...) is used as the sole mechanism for state storage. The object store is expected to provide atomic operations and where necessary the backend adapter ensures as such. -- Repositories themselves are never stored on disk; they are cloned in-memory and discarded immediately after their contents is extracted. +- Repositories themselves never reach the object store; they are cloned to an ephemeral location and discarded immediately after their contents is extracted. - The `blob/` prefix contains file data organized by hash of their contents (indiscriminately of the repository they belong to). - Very small files are stored inline in the manifest. - The `site/` prefix contains site manifests organized by domain and project name (e.g. `site/example.org/myproject` or `site/example.org/.index`).