Add note that compression can be disabled

This commit is contained in:
Seednode 2024-01-05 22:17:57 -06:00
parent 4403785899
commit e9d75ac6f3
1 changed files with 1 additions and 1 deletions

View File

@ -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.