Tabellenbreite gefixed VERAG TEstsuite gefixed dass es nicht alles ausbremst beim loginscreen
This commit is contained in:
@@ -26,8 +26,6 @@ Partial Class login_FLEX
|
||||
If HttpContext.Current.Request.ServerVariables("SERVER_NAME") = "localhost" Then
|
||||
intzahliterats = VERAG_VARIABLES.RandomInteger(Math.Pow(2, 7), Math.Pow(2, 10))
|
||||
teststr = Await TestPerformance.TestHashrateServerAsync(VERAG_VARIABLES.RandomInteger(95, Math.Pow(2, 7)))
|
||||
|
||||
|
||||
Else
|
||||
intzahliterats = VERAG_VARIABLES.RandomInteger(Math.Pow(2, 10), Math.Pow(2, 12))
|
||||
teststr = Await TestPerformance.TestHashrateServerAsync(VERAG_VARIABLES.RandomInteger(95, Math.Pow(2, 7)))
|
||||
@@ -40,7 +38,6 @@ Partial Class login_FLEX
|
||||
intzahliterats = 0
|
||||
Response.Write(VERAG_VARIABLES.geterrornumb() + "Error on Tests for login! Try again!")
|
||||
VERAG_VARIABLES.seterrorcount(4232)
|
||||
|
||||
sendmail("ja@verag.ag", Session.IsNewSession, VERAG_VARIABLES.geterrornumb)
|
||||
End Try
|
||||
Page.MaintainScrollPositionOnPostBack = False
|
||||
|
||||
Reference in New Issue
Block a user