aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_api_data.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-06-17 16:38:03 +0000
committerChristian Grothoff <christian@grothoff.org>2013-06-17 16:38:03 +0000
commit60fabb656fc659b254c2e542b0288d928ae191d8 (patch)
tree593638f2002f0b9724012aefbf3231198e91e4df /src/dht/test_dht_api_data.conf
parent0e953920315d2f85b597e0ddd58d4ad3ba68c198 (diff)
downloadgnunet-60fabb656fc659b254c2e542b0288d928ae191d8.tar.gz
gnunet-60fabb656fc659b254c2e542b0288d928ae191d8.zip
-fixing issue with testcases and missing sqlite3 reported to bug-gnunet
Diffstat (limited to 'src/dht/test_dht_api_data.conf')
-rw-r--r--src/dht/test_dht_api_data.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/dht/test_dht_api_data.conf b/src/dht/test_dht_api_data.conf
index 58e509cbb..2d6b6b2d6 100644
--- a/src/dht/test_dht_api_data.conf
+++ b/src/dht/test_dht_api_data.conf
@@ -7,12 +7,13 @@ AUTOSTART = NO
7[resolver] 7[resolver]
8AUTOSTART = NO 8AUTOSTART = NO
9 9
10[datastore-sqlite]
11FILENAME = $SERVICEHOME/datastore/sqlite.db
12
13[datastore] 10[datastore]
14AUTOSTART = NO 11AUTOSTART = NO
15 12
13[dhtcache]
14QUOTA = 1 MB
15DATABASE = heap
16
16[topology] 17[topology]
17TARGET-CONNECTION-COUNT = 16 18TARGET-CONNECTION-COUNT = 16
18AUTOCONNECT = YES 19AUTOCONNECT = YES