Browse Source

renaming ratelimiter supervisor

1668/default-disable-prometheus
Alexander Strizhakov 4 years ago
parent
commit
6a87f94ee2
No known key found for this signature in database GPG Key ID: 22896A53AEF1381
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      lib/pleroma/application.ex
  2. +1
    -1
      lib/pleroma/web/plugs/rate_limiter/supervisor.ex

+ 1
- 1
lib/pleroma/application.ex 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) ++


+ 1
- 1
lib/pleroma/web/plugs/rate_limiter/supervisor.ex 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


Loading…
Cancel
Save