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,
[{description,"A DHT crawler to index magnet hash to torrent"},
{vsn,"b9130ec"},
{vsn,"46338b0"},
{registered,[dht_crawler_sup]},
{applications,[kernel,stdlib,crypto,public_key,ssl,inets,bson,
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