commit 7773c911e3b27d6ca448ad378b68de60772a0d7d
parent adc16e2621594c8bf64e2eb197c1e9d3d5a0fdc9
Author: cfillion <cfillion@users.noreply.github.com>
Date: Mon, 25 Jan 2016 23:34:52 -0500
increase the download timeout to 15 seconds
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/download.cpp b/src/download.cpp
@@ -27,7 +27,7 @@ Download::Queue Download::s_finished;
WDL_Mutex Download::s_mutex;
size_t Download::s_running = 0;
-static const int DOWNLOAD_TIMEOUT = 5;
+static const int DOWNLOAD_TIMEOUT = 15;
static const int CONCURRENT_DOWNLOADS = 3;
void Download::Init()