diff options
author | Mark Felder <feld@feld.me> | 2024-06-20 14:03:22 -0400 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2024-06-20 14:03:22 -0400 |
commit | c765fcbe7e907dd5ac1f8b559bf65ab477dfe0f0 (patch) | |
tree | 51be39289cc9c81df0be17edde1087c8e08e4087 /changelog.d | |
parent | 1071632a501238b13593f68e2e4625e25ecd465f (diff) | |
download | pleroma-c765fcbe7e907dd5ac1f8b559bf65ab477dfe0f0.tar.gz pleroma-c765fcbe7e907dd5ac1f8b559bf65ab477dfe0f0.zip |
Gun Connection Pool: successfully retry after reclaiming the pool
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/gun_pool4.fix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/gun_pool4.fix b/changelog.d/gun_pool4.fix new file mode 100644 index 000000000..f68c1c970 --- /dev/null +++ b/changelog.d/gun_pool4.fix @@ -0,0 +1 @@ +Gun Connection Pool was not retrying to acquire a connection if the pool was full and stale connections were reclaimed |