Codedesign Default2.aspx und Anpassung logik LKWs.aspx

This commit is contained in:
ja
2022-01-04 12:27:22 +01:00
parent 8ff511fb23
commit 7c58fd7f06
3 changed files with 6 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ Partial Class login_FLEX
Try
Dim teststr = String.Empty
intzahliterats = VERAG_VARIABLES.RandomInteger(2, Math.Pow(2, 3))
teststr = Await TestPerformance.TestHashrateServerAsync(VERAG_VARIABLES.RandomInteger(2, Math.Pow(2, 2)))
teststr = Await TestPerformance.TestHashrateServerAsync(VERAG_VARIABLES.RandomInteger(2, Math.Pow(2, 4)))
If String.Equals(teststr, String.Empty) = False Then
intzahliterats = VERAG_VARIABLES.getiterationnumber
End If