xiu2 %!s(int64=4) %!d(string=hai) anos
pai
achega
78a8f9c6c4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 		}