poolboy timeout fix
This commit is contained in:
parent
7c0ed9302c
commit
6ebf389d6e
@ -102,8 +102,8 @@ defmodule Pleroma.HTTP do
|
||||
try do
|
||||
:poolboy.transaction(
|
||||
pool,
|
||||
&Pleroma.Pool.Request.execute(&1, client, request, timeout + 500),
|
||||
timeout + 1_000
|
||||
&Pleroma.Pool.Request.execute(&1, client, request, timeout),
|
||||
timeout
|
||||
)
|
||||
rescue
|
||||
e ->
|
||||
|
Loading…
Reference in New Issue
Block a user