aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_tools.conf
diff options
context:
space:
mode:
authorpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>1984-04-04 00:44:05 +0000
committerpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>1984-04-04 00:44:04 +0000
commite73402fc3a6f233b48330435f61ccd93722ac0e5 (patch)
treec63db5153cca3e3aeda01a18a2bad5785b02ecb3 /src/dht/test_dht_tools.conf
parent99c6e18e63181d8759ecbb398d58019a55d3ce6f (diff)
downloadgnunet-e73402fc3a6f233b48330435f61ccd93722ac0e5.tar.gz
gnunet-e73402fc3a6f233b48330435f61ccd93722ac0e5.zip
rename FORCESTART into IMMEDIATE_START (#4547b)
Diffstat (limited to 'src/dht/test_dht_tools.conf')
-rw-r--r--src/dht/test_dht_tools.conf26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/dht/test_dht_tools.conf b/src/dht/test_dht_tools.conf
index f13c9a66a..05f7cc0e6 100644
--- a/src/dht/test_dht_tools.conf
+++ b/src/dht/test_dht_tools.conf
@@ -31,7 +31,7 @@ USE_LOCALADDR = NO
31 31
32[dht] 32[dht]
33START_ON_DEMAND = YES 33START_ON_DEMAND = YES
34FORCESTART = YES 34IMMEDIATE_START = YES
35 35
36[nse] 36[nse]
37START_ON_DEMAND = YES 37START_ON_DEMAND = YES
@@ -118,40 +118,40 @@ START_ON_DEMAND = NO
118[sensor] 118[sensor]
119START_ON_DEMAND = NO 119START_ON_DEMAND = NO
120# Configuration file that can be included to prevent ANY of the usual 120# Configuration file that can be included to prevent ANY of the usual
121# FORCESTART = YES to be set. Also disables NSE POW calculation. 121# IMMEDIATE_START = YES to be set. Also disables NSE POW calculation.
122# 122#
123# This configuration is included from various configuration test files. 123# This configuration is included from various configuration test files.
124# Whenever a new service is added that has FORCESTART = YES for 124# Whenever a new service is added that has IMMEDIATE_START = YES for
125# production should be disabled for (most) test suites, the option should 125# production should be disabled for (most) test suites, the option should
126# be added here instead of all over the place ;-). 126# be added here instead of all over the place ;-).
127 127
128[core] 128[core]
129FORCESTART = NO 129IMMEDIATE_START = NO
130 130
131[fs] 131[fs]
132FORCESTART = NO 132IMMEDIATE_START = NO
133 133
134[dht] 134[dht]
135FORCESTART = NO 135IMMEDIATE_START = NO
136 136
137[cadet] 137[cadet]
138FORCESTART = NO 138IMMEDIATE_START = NO
139 139
140[nse] 140[nse]
141FORCESTART = NO 141IMMEDIATE_START = NO
142WORKBITS = 0 142WORKBITS = 0
143 143
144[revocation] 144[revocation]
145FORCESTART = NO 145IMMEDIATE_START = NO
146 146
147[topology] 147[topology]
148FORCESTART = NO 148IMMEDIATE_START = NO
149 149
150[hostlist] 150[hostlist]
151FORCESTART = NO 151IMMEDIATE_START = NO
152 152
153[gns] 153[gns]
154FORCESTART = NO 154IMMEDIATE_START = NO
155 155
156[zonemaster] 156[zonemaster]
157FORCESTART = NO 157IMMEDIATE_START = NO