aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-04-25 16:18:31 +0200
committerChristian Grothoff <christian@grothoff.org>2018-04-25 16:18:31 +0200
commit4dc79497d7f745996068e62e973e34d220580323 (patch)
treee6d429d3cf2240ec3459f1d4533201dc40b27015 /src/namestore/test_namestore_api.conf
parentbdbb7c684f2c9711989d2543ecc08a95be23e6c4 (diff)
downloadgnunet-4dc79497d7f745996068e62e973e34d220580323.tar.gz
gnunet-4dc79497d7f745996068e62e973e34d220580323.zip
extend namestore API to enable faster iterations by returning more than one result at a time
Diffstat (limited to 'src/namestore/test_namestore_api.conf')
-rw-r--r--src/namestore/test_namestore_api.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/namestore/test_namestore_api.conf b/src/namestore/test_namestore_api.conf
index a1a674d89..29ff90b5d 100644
--- a/src/namestore/test_namestore_api.conf
+++ b/src/namestore/test_namestore_api.conf
@@ -1,8 +1,19 @@
1@INLINE@ ../../contrib/no_forcestart.conf
2@INLINE@ ../../contrib/no_autostart_above_core.conf
3
1[PATHS] 4[PATHS]
2GNUNET_TEST_HOME = /tmp/test-gnunet-namestore/ 5GNUNET_TEST_HOME = /tmp/test-gnunet-namestore/
3 6
4[namestore] 7[namestore]
5DATABASE = sqlite 8DATABASE = sqlite
9AUTOSTART = YES
10
11[namecache]
12DATABASE = sqlite
13AUTOSTART = YES
14
15[identity]
16AUTOSTART = YES
6 17
7[namestore-sqlite] 18[namestore-sqlite]
8FILENAME = $GNUNET_TEST_HOME/namestore/sqlite_test.db 19FILENAME = $GNUNET_TEST_HOME/namestore/sqlite_test.db