Merge branch 'chore/improve-descriptions' into 'develop'

Improve description for mediaproxy cache invalidation settings

See merge request pleroma/pleroma!2891
This commit is contained in:
lain 2020-08-18 12:56:07 +00:00
commit 83cef25794

View file

@ -1810,12 +1810,12 @@ config :pleroma, :config_description, [
%{ %{
key: :enabled, key: :enabled,
type: :boolean, type: :boolean,
description: "Enables invalidate media cache" description: "Enables media cache object invalidation."
}, },
%{ %{
key: :provider, key: :provider,
type: :module, type: :module,
description: "Module which will be used to cache purge.", description: "Module which will be used to purge objects from the cache.",
suggestions: [ suggestions: [
Pleroma.Web.MediaProxy.Invalidation.Script, Pleroma.Web.MediaProxy.Invalidation.Script,
Pleroma.Web.MediaProxy.Invalidation.Http Pleroma.Web.MediaProxy.Invalidation.Http