Skip to content

Conversation

@tenbaht
Copy link

@tenbaht tenbaht commented Jan 21, 2026

To ensure a minimum size of 32 for the search range it is required to use max(search_size,32). Using min(search_size,32) reduces the given value for search size to a maximum of 32 - pretty much the opposite of the desired outcome.

To ensure a minimum size of 32 for the search range it is required to use
max(search_size,32). Using min(search_size,32) reduces the given
value for search size to a maximum of 32 - pretty much the opposite of the
desired outcome.
@tenbaht tenbaht marked this pull request as draft January 21, 2026 20:59
@tenbaht
Copy link
Author

tenbaht commented Jan 21, 2026

The already existing pull request #1730 fixes this issue in a better way. Please merge that one instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant