summaryrefslogtreecommitdiff
path: root/docs/configuration/cheatsheet.md
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2021-02-18 20:40:10 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2021-02-18 20:40:10 +0300
commitb981edad8a7d8f27b231bc6164fc0546efbdb646 (patch)
treedc603dbb2f3eb45ab2a99e826aabb4f6dbfd7b05 /docs/configuration/cheatsheet.md
parent854ea1aefb5ff4e03e9e9af6e8dd50f66c61c913 (diff)
downloadpleroma-b981edad8a7d8f27b231bc6164fc0546efbdb646.tar.gz
pleroma-b981edad8a7d8f27b231bc6164fc0546efbdb646.zip
[#3213] HashtagsTableMigrator: fault rate allowance to enable the feature (defaults to 1%), counting of affected objects, misc. tweaks.
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r--docs/configuration/cheatsheet.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md
index 68a5a3c7f..6a1031f15 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -70,6 +70,7 @@ To add configuration to your config file, you can copy it from the base config.
## Background migrations
* `populate_hashtags_table/sleep_interval_ms`: Sleep interval between each chunk of processed records in order to decrease the load on the system (defaults to 0 and should be keep default on most instances).
+* `populate_hashtags_table/fault_rate_allowance`: Max rate of failed objects to actually processed objects in order to enable the feature (any value from 0.0 which tolerates no errors to 1.0 which will enable the feature even if hashtags transfer failed for all records).
## Welcome
* `direct_message`: - welcome message sent as a direct message.