Extend download timeout

This commit is contained in:
Craig Everett 2023-04-29 17:36:10 +09:00
parent c7d7cda7c2
commit bec245d4f8

View File

@ -1158,7 +1158,7 @@ fetch2(ID) ->
fetch2(ID);
{result, ID, Error} ->
Error
after 15000 ->
after 30000 ->
{error, timeout}
end.