Fix ConnecitonPool deadlocking after reaching the connection limit
authorrinpatch <rinpatch@sdf.org>
Sat, 1 Aug 2020 09:16:06 +0000 (12:16 +0300)
committerrinpatch <rinpatch@sdf.org>
Sat, 1 Aug 2020 09:18:56 +0000 (12:18 +0300)
commit87180ff817e4b9e3a3b90e7f0054b60b0d0c2c41
treec6d6f5e756bd0c2efe3dd54dfa077c5bed232f9e
parentf1f4b1863fec739dc854e0ab7b0f03644ec42100
Fix ConnecitonPool deadlocking after reaching the connection limit

The issue was with ConcurrentLimiter not decrementing counters on
overload. It was fixed in the latest commit, but concurrentlimiter
version wasn't updated in Pleroma for some reason.

Closes #1977
mix.exs
mix.lock