lower threshold for iqdb matches
This commit is contained in:
@@ -12,7 +12,7 @@ module Iqdb
|
|||||||
end
|
end
|
||||||
|
|
||||||
def matches
|
def matches
|
||||||
@matches ||= responses.select {|x| x.is_a?(Iqdb::Responses::Response_200) && x.score >= 90}
|
@matches ||= responses.select {|x| x.is_a?(Iqdb::Responses::Response_200) && x.score >= 80}
|
||||||
end
|
end
|
||||||
|
|
||||||
def errored?
|
def errored?
|
||||||
|
|||||||
Reference in New Issue
Block a user