mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-07 13:48:28 +02:00
imdb: align timeouts; use neutrino defaults
Origin commit data
------------------
Branch: ni/coolstream
Commit: 89a6db5416
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-03-06 (Mon, 06 Mar 2017)
Origin message was:
------------------
- imdb: align timeouts; use neutrino defaults
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -284,7 +284,7 @@ int CIMDB::getIMDb(const std::string& epgTitle)
|
|||||||
|
|
||||||
std::string url = IMDburl + imdb_ID;
|
std::string url = IMDburl + imdb_ID;
|
||||||
|
|
||||||
if(httpTool.downloadFile(url, IMDbAPI.c_str(), -1, /*connecttimeout*/2, /*timeout*/5))
|
if (httpTool.downloadFile(url, IMDbAPI.c_str()))
|
||||||
{
|
{
|
||||||
initMap(m);
|
initMap(m);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user