From e04c66cdb8ad03df18f8299ad1431497a7917697 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 23 Jan 2011 17:19:20 +0200 Subject: Change online list time out from 10 to 30 seconds. --- src/gui/whoisonline.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/whoisonline.cpp') diff --git a/src/gui/whoisonline.cpp b/src/gui/whoisonline.cpp index 84485b995..f64bf383e 100644 --- a/src/gui/whoisonline.cpp +++ b/src/gui/whoisonline.cpp @@ -376,7 +376,7 @@ int WhoIsOnline::downloadThread(void *ptr) curl_easy_setopt(curl, CURLOPT_PROGRESSDATA, ptr); curl_easy_setopt(curl, CURLOPT_NOSIGNAL, 1); curl_easy_setopt(curl, CURLOPT_CONNECTTIMEOUT, 7); - curl_easy_setopt(curl, CURLOPT_TIMEOUT, 10); + curl_easy_setopt(curl, CURLOPT_TIMEOUT, 30); struct curl_slist *pHeaders = 0; // Make sure the resources2.txt and news.txt aren't cached, -- cgit v1.2.3-60-g2f50