summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2020-09-07 12:47:43 +0000
committerrinpatch <rinpatch@sdf.org>2020-09-07 12:47:43 +0000
commit6c6de8e5dfaf245e4e16ddca0c741342eeaa9187 (patch)
tree365c0fc69e7c6bdc78630f81b0cb93db81f351f0 /CHANGELOG.md
parentb5f3694302502bb1f5e15637aea74548c2ceb68a (diff)
parent1984ff310341766adfc224342c9d29272f80e9cb (diff)
downloadpleroma-6c6de8e5dfaf245e4e16ddca0c741342eeaa9187.tar.gz
pleroma-6c6de8e5dfaf245e4e16ddca0c741342eeaa9187.zip
Merge branch 'temp-hackney-fix' into 'develop'
temp hackney fix See merge request pleroma/pleroma!2951
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4662045ca..3e6353a4e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Rich media failure tracking (along with `:failure_backoff` option)
### Fixed
+- Possible OOM errors with the default HTTP adapter
- Mastodon API: Search parameter `following` now correctly returns the followings rather than the followers
- Mastodon API: Timelines hanging for (`number of posts with links * rich media timeout`) in the worst case.
Reduced to just rich media timeout.