diff --git a/src/hash_reader/hash_reader_sup.erl b/src/hash_reader/hash_reader_sup.erl index 80a3e42..463ef8f 100644 --- a/src/hash_reader/hash_reader_sup.erl +++ b/src/hash_reader/hash_reader_sup.erl @@ -69,9 +69,9 @@ child_id(Index) -> list_to_atom(lists:flatten(io_lib:format("hash_reader_~p", [Index]))). config_default() -> - [{save_torrent, true}, + [{save_torrent, false}, {save_to_db, false}, - {save_to_file, true}, + {save_to_file, false}, {load_from_db, false}, {text_seg, simple}, {check_cache, false}, diff --git a/tools/win_start_hash.bat b/tools/win_start_hash.bat index 99ee4ce..8505c44 100644 --- a/tools/win_start_hash.bat +++ b/tools/win_start_hash.bat @@ -1 +1 @@ -erl -pa ebin -noshell -run hash_reader_sup start_standalone localhost 27017 10 +erl -pa ebin -noshell -run hash_reader_sup start_standalone localhost 27017 4