Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/workers/fuzzy_storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down