diff options
author | marcin mikołajczak <git@mkljczk.pl> | 2024-02-22 11:59:15 +0100 |
---|---|---|
committer | marcin mikołajczak <git@mkljczk.pl> | 2024-02-22 21:05:20 +0100 |
commit | c592a0e58d7207532f2f7be2fff788c9dc695fb5 (patch) | |
tree | 74477cba37813c549a05d692ae04c135793496a1 /changelog.d/gun_pool.fix | |
parent | def088ce520ffac3e200cbf63b049f1d918d2b79 (diff) | |
parent | f0468697cd74f4ec062f9c6feda53cfbe9e4500c (diff) | |
download | pleroma-c592a0e58d7207532f2f7be2fff788c9dc695fb5.tar.gz pleroma-c592a0e58d7207532f2f7be2fff788c9dc695fb5.zip |
Merge remote-tracking branch 'origin/develop' into HEAD
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
Diffstat (limited to 'changelog.d/gun_pool.fix')
-rw-r--r-- | changelog.d/gun_pool.fix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/gun_pool.fix b/changelog.d/gun_pool.fix new file mode 100644 index 000000000..94ec9103d --- /dev/null +++ b/changelog.d/gun_pool.fix @@ -0,0 +1 @@ +Fix logic error in Gun connection pooling which prevented retries even when the worker was launched with retry = true |