Set account_field_value_length limit to 2048 by default

This commit is contained in:
Egor Kislitsyn 2019-09-16 21:48:01 +07:00
commit d6ab78e610
3 changed files with 4 additions and 4 deletions

View file

@ -878,9 +878,9 @@ config :pleroma, :config_description, [
%{
key: :account_field_value_length,
type: :integer,
description: "An account field value maximum length (default: 512)",
description: "An account field value maximum length (default: 2048)",
suggestions: [
512
2048
]
},
%{