Merge branch 'feld/cleanup' into 'develop'
Minor cleanup commits See merge request pleroma/pleroma!4142
This commit is contained in:
commit
b23b007d00
0
changelog.d/cleanup.skip
Normal file
0
changelog.d/cleanup.skip
Normal file
@ -292,8 +292,6 @@ defmodule Pleroma.Application do
|
|||||||
config = Config.get(ConcurrentLimiter, [])
|
config = Config.get(ConcurrentLimiter, [])
|
||||||
|
|
||||||
[
|
[
|
||||||
Pleroma.Web.RichMedia.Helpers,
|
|
||||||
Pleroma.Web.ActivityPub.MRF.MediaProxyWarmingPolicy,
|
|
||||||
Pleroma.Search
|
Pleroma.Search
|
||||||
]
|
]
|
||||||
|> Enum.each(fn module ->
|
|> Enum.each(fn module ->
|
||||||
|
@ -15,7 +15,7 @@ defmodule Pleroma.HTTP.AdapterHelper.Gun do
|
|||||||
retry_timeout: 1_000
|
retry_timeout: 1_000
|
||||||
]
|
]
|
||||||
|
|
||||||
@type pool() :: :federation | :upload | :media | :default
|
@type pool() :: :federation | :upload | :media | :rich_media | :default
|
||||||
|
|
||||||
@spec options(keyword(), URI.t()) :: keyword()
|
@spec options(keyword(), URI.t()) :: keyword()
|
||||||
def options(incoming_opts \\ [], %URI{} = uri) do
|
def options(incoming_opts \\ [], %URI{} = uri) do
|
||||||
|
Loading…
Reference in New Issue
Block a user