Skip to content

Commit 4adc0a7

Browse files
committed
change http start to pass dbpool size
1 parent 9982141 commit 4adc0a7

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

ebin/crawler_http.beam

100 Bytes
Binary file not shown.

ebin/dhtcrawler.app

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application,dhtcrawler,
22
[{description,"A DHT crawler to index magnet hash to torrent"},
3-
{vsn,"b9130ec"},
3+
{vsn,"46338b0"},
44
{registered,[dht_crawler_sup]},
55
{applications,[kernel,stdlib,crypto,public_key,ssl,inets,bson,
66
mongodb]},

ebin/http_cache.beam

156 Bytes
Binary file not shown.

win_start_http.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
erl -pa ebin -noshell -run crawler_http start localhost 27017 8000
1+
erl -pa ebin -noshell -run crawler_http start localhost 27017 8000 5
22

0 commit comments

Comments
 (0)