We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
long.MaxValue
LimitMemory method accepts long as the input parameter, but then compares the input with int.MaxValue.
LimitMemory
int.MaxValue
jint/Jint/Constraints/ConstraintsOptionsExtensions.cs
Lines 26 to 30 in dd4e681
It should use long.MaxValue instead
The text was updated successfully, but these errors were encountered:
No branches or pull requests
LimitMemory
method accepts long as the input parameter, but then compares the input withint.MaxValue
.jint/Jint/Constraints/ConstraintsOptionsExtensions.cs
Lines 26 to 30 in dd4e681
It should use
long.MaxValue
insteadThe text was updated successfully, but these errors were encountered: