xiu2 4 éve
szülő
commit
78a8f9c6c4
1 módosított fájl, 1 hozzáadás és 1 törlés
  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
 		}