summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2020-09-09 18:34:07 +0300
committerrinpatch <rinpatch@sdf.org>2020-09-09 18:34:07 +0300
commit0c1d24318565ec5bca0dfbe749f09d7acc9f7e42 (patch)
tree24e4656899e65b6628fc12564be6ea957759949b /mix.exs
parent5ef840ed9ce277ebaf6367f2529cc686b8d6404b (diff)
bump concurrent_limiter
Should fix gun deadlocks
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 9499aab2d..18f748672 100644
--- a/mix.exs
+++ b/mix.exs
@@ -180,7 +180,7 @@ defmodule Pleroma.Mixfile do
{:flake_id, "~> 0.1.0"},
{:concurrent_limiter,
git: "https://git.pleroma.social/pleroma/elixir-libraries/concurrent_limiter.git",
- ref: "55e92f84b4ed531bd487952a71040a9c69dc2807"},
+ ref: "d81be41024569330f296fc472e24198d7499ba78"},
{:remote_ip,
git: "https://git.pleroma.social/pleroma/remote_ip.git",
ref: "b647d0deecaa3acb140854fe4bda5b7e1dc6d1c8"},