X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;fp=config%2Fconfig.exs;h=04fcd4964754058904b39fc462e9d7349ac8c065;hb=2fe1484ed35d4537249a28e444a1fe3e82cfa382;hp=5278896f1d77f49252fd146f5c6e5971d2c83136;hpb=1c4ca20ff7c7a56e4b28b5c1e4cc21f49853bb9c;p=akkoma diff --git a/config/config.exs b/config/config.exs index 5278896f1..04fcd4964 100644 --- a/config/config.exs +++ b/config/config.exs @@ -180,6 +180,8 @@ config :tesla, :adapter, {Tesla.Adapter.Finch, name: MyFinch} # Configures http settings, upstream proxy etc. config :pleroma, :http, + pool_timeout: :timer.seconds(5), + receive_timeout: :timer.seconds(15), proxy_url: nil, user_agent: :default, adapter: []