Improve description for mediaproxy cache invalidation settings
authorMark Felder <feld@FreeBSD.org>
Fri, 14 Aug 2020 18:07:58 +0000 (13:07 -0500)
committerMark Felder <feld@FreeBSD.org>
Fri, 14 Aug 2020 18:07:58 +0000 (13:07 -0500)
config/description.exs

index 7734ff7a1b858efb0ec6747091914e07fe4a91b8..e27abf40f540b8ae7f93f259ababcf0d153dbb67 100644 (file)
@@ -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