xiu2 4 年之前
父节点
当前提交
78a8f9c6c4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tcping.go

+ 1 - 1
tcping.go

@@ -164,7 +164,7 @@ func DownloadSpeedHandler(ip net.IPAddr) (bool, float32) {
 					}
 				}
 			}
-			return true, float32(e.Value()) / (float32(downloadTestTime.Seconds()) / 150)
+			return true, float32(e.Value()) / (float32(downloadTestTime.Seconds()) / 120)
 		} else {
 			return false, 0
 		}