pleroma/lib/pleroma/web/mastodon_api
href 4aff4efa8d
Use multiple hackney pools
* federation (ap, salmon)
* media (rich media, media proxy)
* upload (uploader proxy)

Each "part" will stop fighting others ones -- a huge federation outbound
could before make the media proxy fail to checkout a connection in time.

splitted media and uploaded media for the good reason than an upload
pool will have all connections to the same host (the uploader upstream).
it also has a longer default retention period for connections.
2019-01-30 15:06:46 +01:00
..
views Merge branch 'feature/rich-media-part-2-electric-boogaloo' into 'develop' 2019-01-29 05:11:08 +00:00
mastodon_api.ex rich media: add helpers module, use instead of MastodonAPI module 2019-01-28 06:04:54 +00:00
mastodon_api_controller.ex Use multiple hackney pools 2019-01-30 15:06:46 +01:00
websocket_handler.ex update copyright years to 2019 2018-12-31 15:41:47 +00:00