Execute session disconnect in background
This commit is contained in:
parent
f459c1260b
commit
a31d6bb52c
2 changed files with 15 additions and 3 deletions
|
|
@ -89,7 +89,8 @@ defmodule Pleroma.Application do
|
|||
Pleroma.Repo,
|
||||
Config.TransferTask,
|
||||
Pleroma.Emoji,
|
||||
Pleroma.Web.Plugs.RateLimiter.Supervisor
|
||||
Pleroma.Web.Plugs.RateLimiter.Supervisor,
|
||||
{Task.Supervisor, name: Pleroma.TaskSupervisor}
|
||||
] ++
|
||||
cachex_children() ++
|
||||
http_children(adapter, @mix_env) ++
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue