pleroma/lib/pleroma
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
..
captcha Merge branch 'captcha' into 'develop' 2019-01-03 17:04:27 +00:00
config Put deprecation warnings undre Pleroma.Config. 2019-01-28 14:39:54 +01:00
emails update copyright years to 2019 2018-12-31 15:41:47 +00:00
gopher update copyright years to 2019 2018-12-31 15:41:47 +00:00
http Use multiple hackney pools 2019-01-30 15:06:46 +01:00
plugs Join on preloads to avoid N+1 queries 2019-01-26 15:55:53 +01:00
upload update copyright years to 2019 2018-12-31 15:41:47 +00:00
uploaders Use multiple hackney pools 2019-01-30 15:06:46 +01:00
user Treat User.Info pinned ids as strings 2019-01-23 11:26:37 +01:00
web Use multiple hackney pools 2019-01-30 15:06:46 +01:00
PasswordResetToken.ex Flake Ids for Users and Activities 2019-01-23 11:26:27 +01:00
activity.ex Merge branch 'classic-flakeids' into 'develop' 2019-01-25 04:59:06 +00:00
application.ex Use multiple hackney pools 2019-01-30 15:06:46 +01:00
clippy.ex Fix clippy with one/five lines 2019-01-24 16:53:14 +01:00
config.ex update copyright years to 2019 2018-12-31 15:41:47 +00:00
emoji.ex update copyright years to 2019 2018-12-31 15:41:47 +00:00
filter.ex Flake Ids for Users and Activities 2019-01-23 11:26:27 +01:00
flake_id.ex Merge branch 'flake-random-worker-id' into 'develop' 2019-01-27 15:16:06 +00:00
formatter.ex Merge branch 'develop' into 'oembed_provider' 2019-01-25 05:00:47 +00:00
html.ex rich media: kill some testsuite noise 2019-01-28 20:55:33 +00:00
list.ex Flake Ids for Users and Activities 2019-01-23 11:26:27 +01:00
mime.ex update copyright years to 2019 2018-12-31 15:41:47 +00:00
notification.ex Join on preloads to avoid N+1 queries 2019-01-26 15:55:53 +01:00
object.ex Activity: all_non_create_by_object_ap_id_q → by_object_ap_id 2019-01-21 07:50:57 +01:00
object_tombstone.ex Revert Activity tombstones, add ObjectTombstone struct 2018-12-25 03:00:06 +03:00
repo.ex update copyright years to 2019 2018-12-31 15:41:47 +00:00
reverse_proxy.ex reverse_proxy - always override plug's cache-control 2019-01-21 15:17:24 +01:00
stats.ex [#502] Fixed `user_count` in `/api/v1/instance` to include only active local users. 2019-01-17 19:16:02 +03:00
upload.ex Merge branch 'fix/elixir-1-8-type-annotation' into 'develop' 2019-01-15 08:51:59 +00:00
user.ex Merge branch 'develop' into 'oembed_provider' 2019-01-25 05:00:47 +00:00
user_invite_token.ex update copyright years to 2019 2018-12-31 15:41:47 +00:00