From 9c91f8ff3f0ae62088726e2e36c73418d6ecfd7b Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 19 Jan 2016 18:25:59 +0000 Subject: Slightly fix documentation. --- doc/markdown/workers/fuzzy_storage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/markdown/workers/fuzzy_storage.md b/doc/markdown/workers/fuzzy_storage.md index 0aed911fc..a2d29826f 100644 --- a/doc/markdown/workers/fuzzy_storage.md +++ b/doc/markdown/workers/fuzzy_storage.md @@ -105,8 +105,8 @@ Fuzzy storage accepts the following extra options: - `database` - path to the sqlite storage - `expire` - time value for hashes expiration -- `allow_map` - string, array of strings or a map of IP addresses that are allowed -to perform changes to fuzzy storage +- `allow_update` - string, array of strings or a map of IP addresses that are allowed +to perform changes to fuzzy storage (you should also set `read_only = no` in your fuzzy_check plugin). Here is an example configuration of fuzzy storage: -- cgit v1.2.3