From 48129edc98208118c1bf698d929df11ae4b89287 Mon Sep 17 00:00:00 2001 From: adam12b1 Date: Tue, 30 Sep 2025 10:08:22 -0700 Subject: [PATCH] Update fuzzy_storage.md Fix error in default value of `expire` option. --- docs/workers/fuzzy_storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/workers/fuzzy_storage.md b/docs/workers/fuzzy_storage.md index 1bb1e3276..c2229e7e8 100644 --- a/docs/workers/fuzzy_storage.md +++ b/docs/workers/fuzzy_storage.md @@ -112,7 +112,7 @@ Fuzzy storage accepts the following extra options: - `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 -- `expire` - time value for hashes expiration in seconds, default value: 2 days +- `expire` - time value for hashes expiration in seconds, default value: 90 days - `keypair` - encryption keypair (can be repeated as list for different keys), can be obtained via *rspamadm keypair -u* command - `keypair_cache_size` - Size of keypairs cache, default value: 512 - `encrypted_only` - allow encrypted requests only (and forbid all unknown keys or plaintext requests)