renaming ratelimiter supervisor

Esse commit está contido em:
Alexander Strizhakov 2020-06-24 08:38:42 +03:00
commit 6a87f94ee2
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: 022896A53AEF1381
2 arquivos alterados com 2 adições e 2 exclusões

Ver arquivo

@ -88,7 +88,7 @@ defmodule Pleroma.Application do
Pleroma.Repo,
Config.TransferTask,
Pleroma.Emoji,
Pleroma.Plugs.RateLimiter.Supervisor
Pleroma.Web.Plugs.RateLimiter.Supervisor
] ++
cachex_children() ++
http_children(adapter, @env) ++

Ver arquivo

@ -2,7 +2,7 @@
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only
defmodule Pleroma.Plugs.RateLimiter.Supervisor do
defmodule Pleroma.Web.Plugs.RateLimiter.Supervisor do
use Supervisor
def start_link(opts) do