From e9d75ac6f309577ea9e0f77343c002cf835ce639 Mon Sep 17 00:00:00 2001 From: Seednode Date: Fri, 5 Jan 2024 22:17:57 -0600 Subject: [PATCH] Add note that compression can be disabled --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49c7d21..52293fb 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ The index can be regenerated at any time by accessing the `/index/rebuild` endpo If `--index-file` is set, the index will be loaded from the specified file on start, and written to the file whenever it is re-generated. -The index file consists of compressed [gobs](https://pkg.go.dev/encoding/gob). +The index file consists of (optionally compressed) [gobs](https://pkg.go.dev/encoding/gob). The compression format can be specified via the `--compression` flag.