X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=lib%2Fpleroma%2Fapplication.ex;h=47c0e5b68ee498586daae0c2a2f9ea03412084a1;hb=c9b418e5477229017b3750c55cf3ea3d03b7e609;hp=5f9518914d20bfbf06b4fff63a1efbda8d13e31a;hpb=70b2bb6eded5597bd768d7dc8754c2c994561aee;p=akkoma diff --git a/lib/pleroma/application.ex b/lib/pleroma/application.ex index 5f9518914..47c0e5b68 100644 --- a/lib/pleroma/application.ex +++ b/lib/pleroma/application.ex @@ -84,17 +84,6 @@ defmodule Pleroma.Application do ], id: :cachex_scrubber ), - worker( - Cachex, - [ - :metadata_cache, - [ - limit: 2500, - default_ttl: :timer.minutes(15) - ] - ], - id: :cachex_metadata - ), worker( Cachex, [ @@ -110,6 +99,7 @@ defmodule Pleroma.Application do ], id: :cachex_idem ), + worker(Pleroma.FlakeId, []), worker(Pleroma.Web.Federator.RetryQueue, []), worker(Pleroma.Web.Federator, []), worker(Pleroma.Stats, []),