Änderungen

This commit is contained in:
ja
2022-01-11 14:29:31 +01:00
parent 2199fc877c
commit c73831e789
2 changed files with 2 additions and 4 deletions

View File

@@ -7,9 +7,9 @@ Public Class VERAG_VARIABLES
Public Shared errornumb As Integer = 0
Shared Function getiterationnumber() As Integer
If HttpContext.Current.Request.ServerVariables("SERVER_NAME") = "localhost" Then
Return RandomInteger(Math.Pow(2, 7), Math.Pow(2, 10))
Return RandomInteger(Math.Pow(2, 4), Math.Pow(2, 6))
Else
Return RandomInteger(Math.Pow(2, 9), Math.Pow(2, 18))
Return RandomInteger(Math.Pow(2, 4), Math.Pow(2, 7))
End If
End Function