renaming ratelimiter supervisor

This commit is contained in:
Alexander Strizhakov 2020-06-24 08:38:42 +03:00
parent 2501793f81
commit 6a87f94ee2
No known key found for this signature in database
GPG Key ID: 022896A53AEF1381
2 changed files with 2 additions and 2 deletions

View File

@ -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) ++

View File

@ -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