diff options
author | psyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet> | 2018-06-23 13:30:04 +0000 |
---|---|---|
committer | psyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet> | 1984-04-04 00:44:04 +0000 |
commit | c293f84ea192f361baf720a3979589c0e0881abc (patch) | |
tree | b936a8a074e0b4c4516746cf9ffb2ef77f6ed313 /src/consensus | |
parent | 8d43f2cb9c49e814544fcaa115c4b08bbac297c3 (diff) |
AUTOSTART renamed into START_ON_DEMAND (#4547a)
Diffstat (limited to 'src/consensus')
-rw-r--r-- | src/consensus/consensus.conf.in | 2 | ||||
-rw-r--r-- | src/consensus/test_consensus.conf | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/consensus/consensus.conf.in b/src/consensus/consensus.conf.in index 2afee04db..b0fbcaf5a 100644 --- a/src/consensus/consensus.conf.in +++ b/src/consensus/consensus.conf.in @@ -1,5 +1,5 @@ [consensus] -AUTOSTART = @AUTOSTART@ +START_ON_DEMAND = @START_ON_DEMAND@ @JAVAPORT@PORT = 2103 HOSTNAME = localhost BINARY = gnunet-service-consensus diff --git a/src/consensus/test_consensus.conf b/src/consensus/test_consensus.conf index 6cb0885b0..42e06a66d 100644 --- a/src/consensus/test_consensus.conf +++ b/src/consensus/test_consensus.conf @@ -54,13 +54,13 @@ OPERATION_TIMEOUT = 60 s MAX_OPEN_FDS = 4096 [hostlist] -AUTOSTART = NO +START_ON_DEMAND = NO [fs] -AUTOSTART = NO +START_ON_DEMAND = NO [revocation] -AUTOSTART = NO +START_ON_DEMAND = NO [nat] # Use addresses from the local network interfaces (inluding loopback, but also others) |