Skip to content

Fix ConnecitonPool deadlocking after reaching the connection limit

rinpatch requested to merge fix/gun-limiter into develop

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 (closed)

Edited by rinpatch

Merge request reports