mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 02:05:12 +00:00
Merge branch 'fix-rate-limiter-test' into 'develop'
Fix random fails of the rate limiter tests (hopefully) See merge request pleroma/pleroma!1978
This commit is contained in:
commit
60cc5a7750
|
@ -25,7 +25,7 @@ defmodule Pleroma.Plugs.RateLimiterTest do
|
|||
|
||||
test "it restricts based on config values" do
|
||||
limiter_name = :test_opts
|
||||
scale = 60
|
||||
scale = 80
|
||||
limit = 5
|
||||
|
||||
Pleroma.Config.put([:rate_limit, limiter_name], {scale, limit})
|
||||
|
|
Loading…
Reference in a new issue