mirror of
https://github.com/btdig/dhtcrawler2.git
synced 2025-01-31 02:21:37 +00:00
change default config
This commit is contained in:
parent
060804ae31
commit
75b3d82f4c
@ -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},
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user