From: Mark Felder Date: Fri, 14 Aug 2020 18:07:58 +0000 (-0500) Subject: Improve description for mediaproxy cache invalidation settings X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=6c3130ef47562496e9b2605bc05cae90cd6af03b;p=akkoma Improve description for mediaproxy cache invalidation settings --- diff --git a/config/description.exs b/config/description.exs index 7734ff7a1..e27abf40f 100644 --- a/config/description.exs +++ b/config/description.exs @@ -1810,12 +1810,12 @@ config :pleroma, :config_description, [ %{ key: :enabled, type: :boolean, - description: "Enables invalidate media cache" + description: "Enables media cache object invalidation." }, %{ key: :provider, type: :module, - description: "Module which will be used to cache purge.", + description: "Module which will be used to purge objects from the cache.", suggestions: [ Pleroma.Web.MediaProxy.Invalidation.Script, Pleroma.Web.MediaProxy.Invalidation.Http