Estimate timeout every one minute.

This commit is contained in:
Chen Yufei
2015-03-01 22:41:55 +08:00
parent a4211c9c69
commit c3d19f1d47

View File

@@ -94,7 +94,7 @@ func runEstimateTimeout() {
dialTimeout = config.DialTimeout
for {
estimateTimeout()
time.Sleep(30 * time.Second)
time.Sleep(time.Minute)
}
}