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