From 3601f67e0ac38a457bbf3237e6e7356d05303d8c Mon Sep 17 00:00:00 2001 From: P2P-Next Date: Mon, 9 Aug 2010 21:43:52 +0300 Subject: [PATCH] instrumentation/hrktorrent: update default Settings options --- instrumentation/hrktorrent/settings.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/instrumentation/hrktorrent/settings.cpp b/instrumentation/hrktorrent/settings.cpp index f799f04..5c3fa7e 100644 --- a/instrumentation/hrktorrent/settings.cpp +++ b/instrumentation/hrktorrent/settings.cpp @@ -18,8 +18,9 @@ CSettings::CSettings() Set("seed", 1); Set("forcereannounce", 2); Set("ipfilter", 1); + Set("limitlocal", 0); - Set("downloaddir", "."); + Set("outputdir", "."); } CSettings::~CSettings() -- 2.20.1