From: Christian Grothoff Date: Wed, 21 Jul 2010 08:39:23 +0000 (+0000) Subject: no dht auto X-Git-Tag: initial-import-from-subversion-38251~20870 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=70f2a7ec761957409a37b29fc43943fe8d88cf97;p=oweals%2Fgnunet.git no dht auto --- diff --git a/src/datastore/perf_plugin_datastore_data.conf b/src/datastore/perf_plugin_datastore_data.conf index 388bda18e..c5973a07a 100644 --- a/src/datastore/perf_plugin_datastore_data.conf +++ b/src/datastore/perf_plugin_datastore_data.conf @@ -20,3 +20,8 @@ DATABASE = sqlite # REJECT_FROM = # REJECT_FROM6 = # PREFIX = + +[dht] +AUTOSTART = NO + + diff --git a/src/datastore/test_datastore_api_data.conf b/src/datastore/test_datastore_api_data.conf index 3f2e067eb..3cb1c3b32 100644 --- a/src/datastore/test_datastore_api_data.conf +++ b/src/datastore/test_datastore_api_data.conf @@ -40,3 +40,8 @@ HOSTNAME = localhost [testing] WEAKRANDOM = YES + +[dht] +AUTOSTART = NO + +