change http to read data from mongodb slave

master
Kevin Lynx 11 years ago
parent c482202fb0
commit 2d4d3f89a7

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -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]},

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

Loading…
Cancel
Save