summaryrefslogtreecommitdiff
path: root/DOC_CHANGES.md
diff options
context:
space:
mode:
Diffstat (limited to 'DOC_CHANGES.md')
-rw-r--r--DOC_CHANGES.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md
index c9b4d3e86a..2959cd63ea 100644
--- a/DOC_CHANGES.md
+++ b/DOC_CHANGES.md
@@ -71,3 +71,5 @@ If your config file looks like `automatic_attribute_whitelist = {}`, then none o
The default behavior is for the node to save all the attribute data. This can be ensured by setting your whitelist filter to `nil`.
Note that only the keys in this has will be used. If the values are anything other than a hash, they are ignored. You cannot magically morph these config options into a blacklist by putting `false` as a value in the whitelist.
+
+We recommend only using `automatic_attribute_whitelist` to reduce the size of the system data being stored for nodes, and discourage the use of the other attribute whitelists except by advanced users.