From d73b024d0e0672fd1297f080799ed76e9e81029f Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 10 May 2024 14:06:21 -0700 Subject: [PATCH] Updated Setting Up Storage (markdown) --- Setting-Up-Storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setting-Up-Storage.md b/Setting-Up-Storage.md index 7c79564..3ccbfcc 100644 --- a/Setting-Up-Storage.md +++ b/Setting-Up-Storage.md @@ -109,7 +109,7 @@ The `data/archive/` subfolder contains the bulk archived content, and it support > [!TIP] > If you use a remote filesystem, you should switch ArchiveBox's search backend from `ripgrep` to [`sonic`](https://github.com/ArchiveBox/ArchiveBox/wiki/Setting-up-Search#sonic-%EF%B8%8F-the-recommended-upgrade-path-for-most-people) (or [`FTS5`](https://github.com/ArchiveBox/ArchiveBox/wiki/Setting-up-Search#sqlite-fts5)). -> (`ripgrep` scans over every byte in the archive to do each search, which is slow and potentially costly on remote storage) +> (`ripgrep` scans over every byte in the archive to do each search, which is **slow and potentially costly** on remote cloud storage) ### `NFS` (Docker Driver)