Skip to content

Commit b0428a1

Browse files
committed
fix sphinx builder query range bug; improve sphinx builder db query performance, to avoid `getmore' command and the 4M useless response
1 parent 4b48c8a commit b0428a1

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

deps/mongodb/ebin/mongo_cursor.beam

-4 Bytes
Binary file not shown.

ebin/db_store_mongo.beam

424 Bytes
Binary file not shown.

ebin/dhtcrawler.app

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application,dhtcrawler,
22
[{description,"A DHT crawler to index magnet hash to torrent"},
3-
{vsn,"f16d25d"},
3+
{vsn,"f887208"},
44
{registered,[dht_crawler_sup]},
55
{applications,[kernel,stdlib,crypto,public_key,ssl,inets,bson,
66
mongodb]},
@@ -17,8 +17,8 @@
1717
loc_torrent_sup,name_seger,rmmseg,sphinx_builder,
1818
sphinx_builder2,sphinx_builder_sup,sphinx_cmd,
1919
sphinx_doc,sphinx_id,sphinx_search,sphinx_torrent,
20-
sphinx_xml,string_split,string_util,time_util,
21-
tor_builder,tor_download,tor_download_stats,
20+
sphinx_torrent2,sphinx_xml,string_split,string_util,
21+
time_util,tor_builder,tor_download,tor_download_stats,
2222
tor_location,tor_location_reader,tor_location_writer,
2323
tor_name_seg,torrent_file,transfer,urldecode,vlog,
2424
xmerl_xml_cdata]}]}.

ebin/sphinx_torrent.beam

52 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)