Commit a64eb40e authored by nanahira's avatar nanahira

shorten cdb wait time

parent 0b21b558
...@@ -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 = 30000; client.Timeout = 15000;
} }
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