lower threshold for iqdb matches

This commit is contained in:
r888888888
2014-05-11 00:01:52 -07:00
committed by Toks
parent e2492719c9
commit f98f6dafbb

View File

@@ -12,7 +12,7 @@ module Iqdb
end
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
def errored?