add text segment config for hash_reader (text_seg), the default is simple

master
Kevin Lynx 11 years ago
parent 59b54380c8
commit a1fc6ec3c0

@ -16,4 +16,5 @@ copy ebin\*.* bin\ebin\
mkdir bin\tools mkdir bin\tools
mkdir bin\tools\db-replset mkdir bin\tools\db-replset
copy tools\db-replset\*.* bin\tools\db-replset\ copy tools\db-replset\*.* bin\tools\db-replset\
copy priv\*.dic bin\priv\
pause pause

Binary file not shown.

@ -1,6 +1,6 @@
{application,dhtcrawler, {application,dhtcrawler,
[{description,"A DHT crawler to index magnet hash to torrent"}, [{description,"A DHT crawler to index magnet hash to torrent"},
{vsn,"77893f0"}, {vsn,"753486c"},
{registered,[dht_crawler_sup]}, {registered,[dht_crawler_sup]},
{applications,[kernel,stdlib,crypto,public_key,ssl,inets,bson, {applications,[kernel,stdlib,crypto,public_key,ssl,inets,bson,
mongodb]}, mongodb]},
@ -13,5 +13,5 @@
loc_torrent_cache,loc_torrent_sup,name_seger,rmmseg, loc_torrent_cache,loc_torrent_sup,name_seger,rmmseg,
string_split,time_util,tor_builder,tor_download, string_split,time_util,tor_builder,tor_download,
tor_download_stats,tor_location,tor_location_reader, tor_download_stats,tor_location,tor_location_reader,
tor_location_writer,torrent_file,transfer,urldecode, tor_location_writer,tor_name_seg,torrent_file,
vlog]}]}. transfer,urldecode,vlog]}]}.

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save