From 284d420c6f8d2b9a9c2346b71c42d13e5abd3ee2 Mon Sep 17 00:00:00 2001 From: adam12b1 Date: Tue, 30 Sep 2025 09:31:52 -0700 Subject: [PATCH] Update fuzzy_storage.md Add mention of `count` setting, necessary to enable Fuzzy worker process. --- docs/workers/fuzzy_storage.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/workers/fuzzy_storage.md b/docs/workers/fuzzy_storage.md index 1bb1e3276..25d36bb14 100644 --- a/docs/workers/fuzzy_storage.md +++ b/docs/workers/fuzzy_storage.md @@ -109,6 +109,7 @@ equals `match_count / shingles_count`. Fuzzy storage accepts the following extra options: +- `count` - number of Fuzzy worker processes, default value: 0 - `hashfile` - path to the sqlite storage (where are also few outdated aliases for this command exist: hash_file, file, database) - `backend` - set it to `redis` if you want to use a redis server - `sync` - time to perform database sync in seconds, default value: 60