change http to read data from mongodb slave

This commit is contained in:
Kevin Lynx 2013-07-02 13:57:44 +08:00
parent c482202fb0
commit 2d4d3f89a7
6 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,6 @@
{application,dhtcrawler,
[{description,"A DHT crawler to index magnet hash to torrent"},
{vsn,"bce9e05"},
{vsn,"3505116"},
{registered,[dht_crawler_sup]},
{applications,[kernel,stdlib,crypto,public_key,ssl,inets,bson,
mongodb]},

View File

@ -1,2 +1,2 @@
erl -pa ebin -noshell -s crawler_http start
erl -pa ebin -noshell -run crawler_http start localhost 27017 8000