-fix uninit and fix leak
[oweals/gnunet.git] / src / gns / test_gns_simple_lookup.conf
index 8143eddca4bec50f454b8f0fd80664993c6a67d0..687dff71e2fccc31ba45072c9c51b020b4b42a14 100644 (file)
@@ -7,7 +7,6 @@ AUTOSTART = YES
 HOSTNAME = localhost
 
 [dht]
-DEBUG = NO
 AUTOSTART = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
@@ -15,16 +14,12 @@ HOSTNAME = localhost
 PORT = 12100
 BINARY = gnunet-service-dht
 
-[block]
-plugins = dht test gns
-
 [dhtcache]
 QUOTA = 1 MB
-DATABASE = sqlite
+DATABASE = heap
 
 [transport]
 PLUGINS = tcp
-DEBUG = NO
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 NEIGHBOUR_LIMIT = 50
@@ -40,19 +35,12 @@ PORT = 12092
 [arm]
 DEFAULTSERVICES = core dht namestore gns
 PORT = 12366
-DEBUG = NO
 
 [transport-tcp]
 TIMEOUT = 300 s
 PORT = 12368
 BINDTO = 127.0.0.1
 
-[TESTING]
-WEAKRANDOM = YES
-
-[gnunetd]
-HOSTKEY = zonefiles/test_zonekey
-
 [PATHS]
 SERVICEHOME = /tmp/test-gnunetd-gns-peer-1/
 
@@ -85,7 +73,7 @@ UNIXPATH = /tmp/gnunet-service-gns.sock
 HOME = $SERVICEHOME
 AUTO_IMPORT_PKEY = YES
 MAX_PARALLEL_BACKGROUND_QUERIES = 10
-DEFAULT_LOOKUP_TIMEOUT = 15
+DEFAULT_LOOKUP_TIMEOUT = 15 s
 RECORD_PUT_INTERVAL = 1 h
 
 [nse]