change default config

This commit is contained in:
Kevin Lynx 2013-07-21 09:23:48 +08:00
parent 060804ae31
commit 75b3d82f4c
2 changed files with 3 additions and 3 deletions

View File

@ -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},

View File

@ -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