aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/test_datastore_api_data.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-10-24 21:45:44 +0000
committerChristian Grothoff <christian@grothoff.org>2009-10-24 21:45:44 +0000
commit47d7779091557516cda70ab9038dc2d460b0b3bb (patch)
tree2c8a334a40268d8b3717332a9d7278909830fab7 /src/datastore/test_datastore_api_data.conf
parent267b8b5e0e264627f334a18ae1bf3f3a88ff2e32 (diff)
downloadgnunet-47d7779091557516cda70ab9038dc2d460b0b3bb.tar.gz
gnunet-47d7779091557516cda70ab9038dc2d460b0b3bb.zip
giving client API option for auto-retry, making more often use of transmit_and_get_response API and removing auto-retry code where enhanced client API can be used for it
Diffstat (limited to 'src/datastore/test_datastore_api_data.conf')
-rw-r--r--src/datastore/test_datastore_api_data.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/datastore/test_datastore_api_data.conf b/src/datastore/test_datastore_api_data.conf
index 815bce0b8..a09bfae0e 100644
--- a/src/datastore/test_datastore_api_data.conf
+++ b/src/datastore/test_datastore_api_data.conf
@@ -1,5 +1,15 @@
1[PATHS] 1[PATHS]
2SERVICEHOME = /tmp/test-gnunetd-datastore/ 2SERVICEHOME = /tmp/test-gnunetd-datastore/
3DEFAULTCONFIG = test_datastore_api_data.conf
4
5[arm]
6DEFAULTSERVICES = resolver
7PORT = 42466
8HOSTNAME = localhost
9
10[resolver]
11PORT = 42464
12HOSTNAME = localhost
3 13
4[datastore] 14[datastore]
5PORT = 22654 15PORT = 22654
@@ -21,3 +31,10 @@ DATABASE = sqlite
21# REJECT_FROM = 31# REJECT_FROM =
22# REJECT_FROM6 = 32# REJECT_FROM6 =
23# PREFIX = 33# PREFIX =
34
35[statistics]
36PORT = 22667
37HOSTNAME = localhost
38
39[testing]
40WEAKRANDOM = YES