Extend download timeout
This commit is contained in:
parent
c7d7cda7c2
commit
bec245d4f8
@ -1158,7 +1158,7 @@ fetch2(ID) ->
|
|||||||
fetch2(ID);
|
fetch2(ID);
|
||||||
{result, ID, Error} ->
|
{result, ID, Error} ->
|
||||||
Error
|
Error
|
||||||
after 15000 ->
|
after 30000 ->
|
||||||
{error, timeout}
|
{error, timeout}
|
||||||
end.
|
end.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user