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)