Skip to content
New issue

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

Provide a way to configure the maximum allowed number of choices through CheckConfig #17

Closed
Seelengrab opened this issue Feb 27, 2024 · 0 comments
Labels
feature This is related to a new feature good first issue Good for newcomers

Comments

@Seelengrab
Copy link
Owner

Seelengrab commented Feb 27, 2024

Currently, this is done through a global variable:

"""
BUFFER_SIZE
The default maximum buffer size to use for a test case.
"""
const BUFFER_SIZE = Ref((8 * 1024) % UInt)

This should simply be moved into CheckConfig. At the same time, this can be safely increased to something like 100_000.

@Seelengrab Seelengrab added the good first issue Good for newcomers label Feb 27, 2024
@Seelengrab Seelengrab added the feature This is related to a new feature label Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This is related to a new feature good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant