summaryrefslogtreecommitdiff
path: root/changelog.d
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2024-02-23 06:47:56 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2024-02-23 06:47:56 +0000
commit00e828b1a07d8b825eba1b3503651a899400a281 (patch)
treeae8f6af6f4e355641aff3fb7042832ece89ec449 /changelog.d
parentf0468697cd74f4ec062f9c6feda53cfbe9e4500c (diff)
parent72fc41d89196dc76e6c2c1c6213e10cbaadd7d3c (diff)
downloadpleroma-00e828b1a07d8b825eba1b3503651a899400a281.tar.gz
pleroma-00e828b1a07d8b825eba1b3503651a899400a281.zip
Merge branch 'gun-pool-retry' into 'develop'
Gun connection pool retry fix See merge request pleroma/pleroma!4076
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/gun_pool2.fix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/gun_pool2.fix b/changelog.d/gun_pool2.fix
new file mode 100644
index 000000000..a1f98b49c
--- /dev/null
+++ b/changelog.d/gun_pool2.fix
@@ -0,0 +1 @@
+Connection pool errors when publishing an activity is a soft-error that will be retried shortly.