Skip to content
Snippets Groups Projects
Commit a860c0b7 authored by Glenn Proctor's avatar Glenn Proctor
Browse files

Set query & identity thresholds to 0 - by default allow all matches.

parent 91c8b06b
No related branches found
No related tags found
No related merge requests found
......@@ -200,7 +200,7 @@ sub check_err {
sub query_identity_threshold {
return 98;
return 0;
}
......@@ -209,7 +209,7 @@ sub query_identity_threshold {
sub target_identity_threshold {
return 98;
return 0;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment