diff options
| author | Ekaterina Vaartis <vaartis@cock.li> | 2019-08-12 13:13:01 +0300 |
|---|---|---|
| committer | Ekaterina Vaartis <vaartis@cock.li> | 2019-09-19 00:16:33 +0300 |
| commit | ee620ecbf11398277551ef603355a56a53690461 (patch) | |
| tree | 3a883e0354048a03d042f7ac0322eb6d4e5beb72 /config | |
| parent | 7e4c8b56eab0e92b98efbf27e373d68758de540f (diff) | |
| download | pleroma-ee620ecbf11398277551ef603355a56a53690461.tar.gz pleroma-ee620ecbf11398277551ef603355a56a53690461.zip | |
Add caching for emoji pack sharing
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.exs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs index c7e0cf09f..4c758d4a0 100644 --- a/config/config.exs +++ b/config/config.exs @@ -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: [ |
