Lofter: raise timeout for file download
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user