Skip to content

Commit

Permalink
Disable azdht for development right now.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlouis committed Aug 9, 2013
1 parent f5c3e4d commit 642ff75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion rel/dev.sys.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
%% -*- mode: Erlang; -*-
[{azdht,
[{etorrent_core,
[{azdht, false}]},
{azdht,
[{state_filename, "spool/azdht.state"}]},
{lager,
[{handlers, [{lager_console_backend, notice},
Expand Down
3 changes: 2 additions & 1 deletion relx-dev.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{release, {etorrent, "1.2.1"},
[{upnp, load},
{etorrent_core, permanent} ]}.
{azdht, load},
{etorrent_core, permanent} ]}.

{extended_start_script, true}.
{sys_config, "rel/dev.sys.config"}.
Expand Down

0 comments on commit 642ff75

Please sign in to comment.