diff options
author | rinpatch <rinpatch@sdf.org> | 2020-09-09 18:34:07 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-09-09 18:34:07 +0300 |
commit | 0c1d24318565ec5bca0dfbe749f09d7acc9f7e42 (patch) | |
tree | 24e4656899e65b6628fc12564be6ea957759949b /mix.exs | |
parent | 5ef840ed9ce277ebaf6367f2529cc686b8d6404b (diff) | |
download | pleroma-0c1d24318565ec5bca0dfbe749f09d7acc9f7e42.tar.gz |
bump concurrent_limiter
Should fix gun deadlocks
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"}, |