Commit 15eb1687 authored by nanahira's avatar nanahira

increase timeout for cdb

parent fe32362d
......@@ -34,7 +34,7 @@ public class HttpDldFile
}
if (Path.GetExtension(filename).Contains("cdb"))
{
client.Timeout = 5000;
client.Timeout = 30000;
}
if (Path.GetExtension(filename).Contains("conf"))
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment