X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=config%2Fdescription.exs;h=32d36d6d636a38894bfc958a6c21f5b2f5826767;hb=76c3e290fcb211ba21bf78711d832edbfc8f8979;hp=be5eb0cc35302f878ac2da86081836201480e3c1;hpb=610236d6be1916783976f502255835b411337d79;p=akkoma diff --git a/config/description.exs b/config/description.exs index be5eb0cc3..32d36d6d6 100644 --- a/config/description.exs +++ b/config/description.exs @@ -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 ] }, %{