mirror of
https://github.com/Btdigg-Org/dhtcrawler2.git
synced 2024-11-15 18:12:48 +00:00
change http to read data from mongodb slave
This commit is contained in:
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…
Reference in New Issue
Block a user