forked from AkkomaGang/akkoma
Improve description for mediaproxy cache invalidation settings
This commit is contained in:
parent
33e508d7c6
commit
6c3130ef47
1 changed files with 2 additions and 2 deletions
|
@ -1810,12 +1810,12 @@
|
||||||
%{
|
%{
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue