Bladeren bron

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

feature/dynamic-supervisor
Ivan Tashkinov 3 jaren geleden
bovenliggende
commit
a98c4423f3
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. +1
    -1
      config/description.exs

+ 1
- 1
config/description.exs Bestand weergeven

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


Laden…
Annuleren
Opslaan