Commit d0397c23 authored by nanahira's avatar nanahira

shorten

parent e2c808d8
...@@ -34,7 +34,7 @@ public class HttpDldFile ...@@ -34,7 +34,7 @@ public class HttpDldFile
} }
if (Path.GetExtension(filename).Contains("cdb")) if (Path.GetExtension(filename).Contains("cdb"))
{ {
client.Timeout = 15000; client.Timeout = 5000;
} }
if (Path.GetExtension(filename).Contains("conf")) 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