aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_api_peer1.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_peer1.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_peer1.conf')
-rw-r--r--src/dht/test_dht_api_peer1.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dht/test_dht_api_peer1.conf b/src/dht/test_dht_api_peer1.conf
index 6bd5a8920..075234232 100644
--- a/src/dht/test_dht_api_peer1.conf
+++ b/src/dht/test_dht_api_peer1.conf
@@ -29,8 +29,8 @@ NEIGHBOUR_LIMIT = 50
29PORT = 12365 29PORT = 12365
30 30
31[core] 31[core]
32TOTAL_QUOTA_OUT = 93932160 32TOTAL_QUOTA_OUT = 1 GB
33TOTAL_QUOTA_IN = 93932160 33TOTAL_QUOTA_IN = 1 GB
34PORT = 12092 34PORT = 12092
35 35
36[arm] 36[arm]
@@ -39,7 +39,7 @@ PORT = 12366
39DEBUG = NO 39DEBUG = NO
40 40
41[transport-tcp] 41[transport-tcp]
42TIMEOUT = 300000 42TIMEOUT = 300 s
43PORT = 12368 43PORT = 12368
44BINDTO = 127.0.0.1 44BINDTO = 127.0.0.1
45 45