Add caching for emoji pack sharing
This commit is contained in:
parent
7e4c8b56ea
commit
ee620ecbf1
4 changed files with 50 additions and 3 deletions
|
|
@ -122,7 +122,8 @@ config :pleroma, :emoji,
|
|||
# Put groups that have higher priority than defaults here. Example in `docs/config/custom_emoji.md`
|
||||
Custom: ["/emoji/*.png", "/emoji/**/*.png"]
|
||||
],
|
||||
default_manifest: "https://git.pleroma.social/pleroma/emoji-index/raw/master/index.json"
|
||||
default_manifest: "https://git.pleroma.social/pleroma/emoji-index/raw/master/index.json",
|
||||
shared_pack_cache_seconds_per_file: 60
|
||||
|
||||
config :pleroma, :uri_schemes,
|
||||
valid_schemes: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue