aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_line.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-06-27 12:20:31 +0000
committerChristian Grothoff <christian@grothoff.org>2016-06-27 12:20:31 +0000
commit6549574748c9583f86fc35dbb47d7709cafe671d (patch)
treef2b714ca6969633fa1f50a76614a5655dead19bf /src/dht/test_dht_line.conf
parentd3834ca8024608b1dc7df467405d8a6ed31e8c05 (diff)
downloadgnunet-6549574748c9583f86fc35dbb47d7709cafe671d.tar.gz
gnunet-6549574748c9583f86fc35dbb47d7709cafe671d.zip
-misc fixes to DHT tests
Diffstat (limited to 'src/dht/test_dht_line.conf')
-rw-r--r--src/dht/test_dht_line.conf10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/dht/test_dht_line.conf b/src/dht/test_dht_line.conf
index 024ff2770..45badfae0 100644
--- a/src/dht/test_dht_line.conf
+++ b/src/dht/test_dht_line.conf
@@ -1,5 +1,11 @@
1@INLINE@ ../../contrib/no_forcestart.conf
2@INLINE@ ../../contrib/no_autostart_above_core.conf
1[PATHS] 3[PATHS]
2GNUNET_TEST_HOME = /tmp/test_dht_line/ 4GNUNET_TEST_HOME = /tmp/test_dht_line/
5
6[dht]
7AUTOSTART = YES
8
3[dhtcache] 9[dhtcache]
4QUOTA = 1 MB 10QUOTA = 1 MB
5DATABASE = heap 11DATABASE = heap
@@ -22,10 +28,10 @@ WAN_QUOTA_OUT = 1 GB
22OVERLAY_TOPOLOGY = LINE 28OVERLAY_TOPOLOGY = LINE
23 29
24[transport] 30[transport]
25plugins = tcp 31plugins = unix
26 32
27[nse] 33[nse]
34AUTOSTART = YES
28WORKDELAY = 500 ms 35WORKDELAY = 500 ms
29INTERVAL = 60 s 36INTERVAL = 60 s
30WORKBITS = 0 37WORKBITS = 0
31