mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
change to CURLOPT_CONNECTTIMEOUT_MS and ...
use a connect_timeout of 300ms for remote timer
This commit is contained in:
@@ -280,7 +280,7 @@ CTimerList::CTimerList()
|
||||
Timer = new CTimerdClient();
|
||||
timerNew_message = "";
|
||||
timerNew_pluginName = "";
|
||||
httpConnectTimeout = 3;
|
||||
httpConnectTimeout = 300; // ms
|
||||
changed = false;
|
||||
|
||||
/* most probable default */
|
||||
|
Reference in New Issue
Block a user