Lofter: raise timeout for file download

This commit is contained in:
nonamethanks
2021-09-10 13:09:53 +02:00
parent 8772bc78ec
commit 9a6a6e52ea
2 changed files with 10 additions and 1 deletions

View File

@@ -96,6 +96,10 @@ module Sources
def artist_name
urls.map { |u| u[PROFILE_URL, :artist_name] || u[PAGE_URL, :artist_name] }.compact.first
end
def download_timeout
60
end
end
end
end