Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
setters
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit b6af80f769195b5047ee8da07166f022c2e29b0a.
|
|
This reverts merge request !1277
|
|
|
|
|
|
This reverts commit 97d2b1a45ab12c530dd730518b9d8ca546bbc9f2.
|
|
|
|
|
|
|
|
Mix.env/0 is not availible in release environments such as distillery or
elixir's built-in releases.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
TCP connection timeout
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Setting it to true will actually override a 'false' set before.
|
|
rich media non-unicode bugfix
See merge request pleroma/pleroma!749
|
|
|
|
|
|
|
|
|
|
* 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.
|
|
|
|
|
|
pattern matching
|
|
|
|
|
|
|
|
|
|
|