Error fixing einloggen
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -23,10 +23,10 @@ Partial Class login_FLEX
|
||||
Dim teststr = String.Empty
|
||||
|
||||
If HttpContext.Current.Request.ServerVariables("SERVER_NAME") = "localhost" Then
|
||||
intzahliterats = VERAG_VARIABLES.RandomInteger(Math.Pow(2, 4), Math.Pow(2, 5))
|
||||
intzahliterats = VERAG_VARIABLES.RandomInteger(Math.Pow(2, 4), VERAG_VARIABLES.GetCpuSpeed())
|
||||
teststr = Await TestPerformance.TestHashrateServerAsync(8)
|
||||
Else
|
||||
intzahliterats = VERAG_VARIABLES.RandomInteger(Math.Pow(2, 4), Math.Pow(2, 7))
|
||||
intzahliterats = VERAG_VARIABLES.RandomInteger(Math.Pow(2, 4), VERAG_VARIABLES.GetCpuSpeed())
|
||||
teststr = Await TestPerformance.TestHashrateServerAsync(VERAG_VARIABLES.RandomInteger(98, 127))
|
||||
End If
|
||||
If String.Equals(teststr, String.Empty) = False Then
|
||||
|
||||
Reference in New Issue
Block a user