diff --git a/ebin/crawler_http.beam b/ebin/crawler_http.beam index 09f33d9..e048e0b 100644 Binary files a/ebin/crawler_http.beam and b/ebin/crawler_http.beam differ diff --git a/ebin/dhtcrawler.app b/ebin/dhtcrawler.app index 1fc9d0e..40c0d49 100644 --- a/ebin/dhtcrawler.app +++ b/ebin/dhtcrawler.app @@ -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]}, diff --git a/ebin/http_cache.beam b/ebin/http_cache.beam index 071c154..ead4ad9 100644 Binary files a/ebin/http_cache.beam and b/ebin/http_cache.beam differ diff --git a/win_start_http.bat b/win_start_http.bat index 0e76cf2..f07eb45 100644 --- a/win_start_http.bat +++ b/win_start_http.bat @@ -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