summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/snac.56
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/snac.5 b/doc/snac.5
index 1b32590..a1bd49f 100644
--- a/doc/snac.5
+++ b/doc/snac.5
@@ -75,6 +75,12 @@ Directory holding user subdirectories.
75Directory holding the ActivityPub objects. Filenames are hashes of each 75Directory holding the ActivityPub objects. Filenames are hashes of each
76message Id, stored in subdirectories starting with the first two letters 76message Id, stored in subdirectories starting with the first two letters
77of the hash. 77of the hash.
78.It Pa queue/
79This directory contains the global queue of input/output messages as JSON files.
80File names contain timestamps that indicate when the message will
81be sent. Messages not accepted by their respective servers will be re-enqueued
82for later retransmission until a maximum number of retries is reached,
83then discarded.
78.It Pa inbox/ 84.It Pa inbox/
79Directory storing collected inbox URLs from other instances. 85Directory storing collected inbox URLs from other instances.
80.It Pa archive/ 86.It Pa archive/