logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: a98c4423f374c6be8202ae884989e708e7d8ca3b
parent 6531eddf361fa52db3906ab011a4e33c7a5f9552
Author: Ivan Tashkinov <ivantbusiness@gmail.com>
Date:   Mon, 22 Feb 2021 20:41:57 +0000

Apply i1t's suggestion(s) to 1 file(s)

Diffstat:

Mconfig/description.exs2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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] }, %{