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

Make query & target thresholds 0 so everything is allowed by default.

parent 1ca52787
No related branches found
No related tags found
No related merge requests found
......@@ -16,13 +16,13 @@ sub options {
sub query_identity_threshold {
return 100;
return 0;
}
sub target_identity_threshold {
return 100;
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