diff options
author | rinpatch <rinpatch@sdf.org> | 2019-01-16 17:16:28 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-01-16 17:16:28 +0300 |
commit | 82cf9b97510acb261c805f098043471d9a588e2b (patch) | |
tree | ed0af81f61c562b6baab9a7a628ef929eda9a5d4 | |
parent | 293f6a8b712246d0580f9eb113c798ae1ea3b634 (diff) | |
download | pleroma-82cf9b97510acb261c805f098043471d9a588e2b.tar.gz |
forgot to remove this thing
-rw-r--r-- | lib/pleroma/application.ex | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/pleroma/application.ex b/lib/pleroma/application.ex index 5f9518914..ad2797209 100644 --- a/lib/pleroma/application.ex +++ b/lib/pleroma/application.ex @@ -87,17 +87,6 @@ defmodule Pleroma.Application do worker( Cachex, [ - :metadata_cache, - [ - limit: 2500, - default_ttl: :timer.minutes(15) - ] - ], - id: :cachex_metadata - ), - worker( - Cachex, - [ :idempotency_cache, [ expiration: |