aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_api_data.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-17 19:18:52 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-17 19:18:52 +0000
commit7dfd634b17df4e1505c62f2224380a0d38da2e8d (patch)
treedc8846d3455b9aa73f242ab79328bc943749de2c /src/dht/test_dht_api_data.conf
parent775613176d9e33ccdc8bcd468cfb9aab288458c2 (diff)
downloadgnunet-7dfd634b17df4e1505c62f2224380a0d38da2e8d.tar.gz
gnunet-7dfd634b17df4e1505c62f2224380a0d38da2e8d.zip
add units to time, use configuration time api where appropriate, fixing Mantis #1875
Diffstat (limited to 'src/dht/test_dht_api_data.conf')
-rw-r--r--src/dht/test_dht_api_data.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dht/test_dht_api_data.conf b/src/dht/test_dht_api_data.conf
index bd73dbfb8..610733399 100644
--- a/src/dht/test_dht_api_data.conf
+++ b/src/dht/test_dht_api_data.conf
@@ -21,8 +21,8 @@ FRIENDS-ONLY = NO
21MINIMUM-FRIENDS = 0 21MINIMUM-FRIENDS = 0
22 22
23[core] 23[core]
24TOTAL_QUOTA_OUT = 93932160 24TOTAL_QUOTA_OUT = 1 GB
25TOTAL_QUOTA_IN = 93932160 25TOTAL_QUOTA_IN = 1 GB
26PORT = 2092 26PORT = 2092
27 27
28[dht] 28[dht]
@@ -52,7 +52,7 @@ DEFAULTSERVICES =
52PORT = 2087 52PORT = 2087
53 53
54[transport-tcp] 54[transport-tcp]
55TIMEOUT = 300000 55TIMEOUT = 300 s
56PORT = 2094 56PORT = 2094
57 57
58[TESTING] 58[TESTING]