fix hash_download_cache startup bug

This commit is contained in:
Kevin Lynx 2013-07-21 21:30:28 +08:00
parent e5b35e58ed
commit 67ff84adaa
3 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
## 07.21.2013
* rewrite hash_reader, now it will keep a wait_download cache
* change hash_writer(crawler) to insert unique hash
## 07.19.2013
* add simple json searhch api to http

View File

@ -1,6 +1,6 @@
{application,dhtcrawler,
[{description,"A DHT crawler to index magnet hash to torrent"},
{vsn,"75b3d82"},
{vsn,"dcf0181"},
{registered,[dht_crawler_sup]},
{applications,[kernel,stdlib,crypto,public_key,ssl,inets,bson,
mongodb]},

Binary file not shown.