diff --git a/ebin/crawler_app.beam b/ebin/crawler_app.beam index 83f53cc..7d330f1 100644 Binary files a/ebin/crawler_app.beam and b/ebin/crawler_app.beam differ diff --git a/ebin/crawler_sup.beam b/ebin/crawler_sup.beam index 4609f59..015850d 100644 Binary files a/ebin/crawler_sup.beam and b/ebin/crawler_sup.beam differ diff --git a/ebin/db_daterange.beam b/ebin/db_daterange.beam index 633c932..f881a17 100644 Binary files a/ebin/db_daterange.beam and b/ebin/db_daterange.beam differ diff --git a/ebin/db_store_mongo.beam b/ebin/db_store_mongo.beam index b0189ef..f683b10 100644 Binary files a/ebin/db_store_mongo.beam and b/ebin/db_store_mongo.beam differ diff --git a/ebin/db_system.beam b/ebin/db_system.beam index 1da2778..4987a19 100644 Binary files a/ebin/db_system.beam and b/ebin/db_system.beam differ diff --git a/ebin/dht_monitor.beam b/ebin/dht_monitor.beam index 75b8afb..95a5187 100644 Binary files a/ebin/dht_monitor.beam and b/ebin/dht_monitor.beam differ diff --git a/ebin/dhtcrawler.app b/ebin/dhtcrawler.app index b14f702..338646a 100644 --- a/ebin/dhtcrawler.app +++ b/ebin/dhtcrawler.app @@ -8,11 +8,11 @@ {modules,[bt_conn,bt_message,config,crawler_app,crawler_http, crawler_stats,crawler_sup,db_daterange,db_frontend, db_hash,db_hash_index,db_loc_torrent,db_store_mongo, - db_system,dht_monitor,hash_reader,hash_reader_stats, - hash_reader_sup,http_cache,http_handler,index_builder, - index_download,index_file,loc_torrent, - loc_torrent_cache,loc_torrent_sup,name_seger,rmmseg, - string_split,time_util,tor_builder,tor_download, - tor_download_stats,tor_location,tor_location_reader, - tor_location_writer,tor_name_seg,torrent_file, - transfer,urldecode,vlog]}]}. + db_system,dht_monitor,hash_cache_writer,hash_reader, + hash_reader_stats,hash_reader_sup,http_cache, + http_handler,index_builder,index_download,index_file, + loc_torrent,loc_torrent_cache,loc_torrent_sup, + name_seger,rmmseg,string_split,time_util,tor_builder, + tor_download,tor_download_stats,tor_location, + tor_location_reader,tor_location_writer,tor_name_seg, + torrent_file,transfer,urldecode,vlog]}]}. diff --git a/ebin/hash_cache_writer.beam b/ebin/hash_cache_writer.beam new file mode 100644 index 0000000..dc771a8 Binary files /dev/null and b/ebin/hash_cache_writer.beam differ diff --git a/ebin/hash_reader.beam b/ebin/hash_reader.beam index 8daeb04..ac12968 100644 Binary files a/ebin/hash_reader.beam and b/ebin/hash_reader.beam differ diff --git a/ebin/hash_reader_sup.beam b/ebin/hash_reader_sup.beam index 9d08d69..7706e9a 100644 Binary files a/ebin/hash_reader_sup.beam and b/ebin/hash_reader_sup.beam differ