summaryrefslogtreecommitdiff
path: root/config/description.exs
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantbusiness@gmail.com>2021-02-22 20:41:57 +0000
committerIvan Tashkinov <ivantbusiness@gmail.com>2021-02-22 20:41:57 +0000
commita98c4423f374c6be8202ae884989e708e7d8ca3b (patch)
tree42f07681664c06042406f0fed07e87ab0d01a7c9 /config/description.exs
parent6531eddf361fa52db3906ab011a4e33c7a5f9552 (diff)
Apply i1t's suggestion(s) to 1 file(s)
Diffstat (limited to 'config/description.exs')
-rw-r--r--config/description.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/description.exs b/config/description.exs
index 6ffc71278..e280ed8cf 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -483,7 +483,7 @@ config :pleroma, :config_description, [
key: :fault_rate_allowance,
type: :float,
description:
- "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).",
+ "Max accepted rate of objects that failed in the migration. 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.",
suggestions: [0.01]
},
%{