iqdb fixes

This commit is contained in:
r888888888
2014-04-12 01:41:53 -07:00
parent 7d1bf4864f
commit e60877ed31

View File

@@ -14,7 +14,7 @@ module Iqdb
def find_similar
if Danbooru.config.iqdb_hostname_and_port
@matches = Iqdb::Server.new(*Danbooru.config.iqdb_hostname_and_port).query(0, 3, @download.file_path).matches
@matches = Iqdb::Server.new(*Danbooru.config.iqdb_hostname_and_port).query(3, @download.file_path).matches
end
end
end