change http start to pass dbpool size

master
Kevin Lynx 11 years ago
parent 9982141e7b
commit 4adc0a7df4

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,"b9130ec"}, {vsn,"46338b0"},
{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]},

Binary file not shown.

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

Loading…
Cancel
Save