From e8311f08b22b44e2ff889b3128550dca09e54608 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 24 Jul 2019 17:54:58 +0200 Subject: disable REST in tests that do not need it --- contrib/conf/gnunet/no_autostart_above_core.conf | 3 +++ contrib/conf/gnunet/no_forcestart.conf | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/contrib/conf/gnunet/no_autostart_above_core.conf b/contrib/conf/gnunet/no_autostart_above_core.conf index 245b6a47d..478addd29 100644 --- a/contrib/conf/gnunet/no_autostart_above_core.conf +++ b/contrib/conf/gnunet/no_autostart_above_core.conf @@ -5,6 +5,9 @@ [dns] START_ON_DEMAND = NO +[rest] +START_ON_DEMAND = NO + [dht] START_ON_DEMAND = NO diff --git a/contrib/conf/gnunet/no_forcestart.conf b/contrib/conf/gnunet/no_forcestart.conf index de58c6039..2c874489e 100644 --- a/contrib/conf/gnunet/no_forcestart.conf +++ b/contrib/conf/gnunet/no_forcestart.conf @@ -18,6 +18,9 @@ IMMEDIATE_START = NO [cadet] IMMEDIATE_START = NO +[rest] +IMMEDIATE_START = NO + [nse] IMMEDIATE_START = NO WORKBITS = 0 @@ -54,4 +57,3 @@ IMMEDIATE_START = NO [nse] IMMEDIATE_START = NO - -- cgit v1.2.3