disable REST in tests that do not need it v0.11.6
authorChristian Grothoff <christian@grothoff.org>
Wed, 24 Jul 2019 15:54:58 +0000 (17:54 +0200)
committerChristian Grothoff <christian@grothoff.org>
Wed, 24 Jul 2019 15:54:58 +0000 (17:54 +0200)
contrib/conf/gnunet/no_autostart_above_core.conf
contrib/conf/gnunet/no_forcestart.conf

index 245b6a47de898442037833ef031355ac1d0891b4..478addd292d45d56b2de2dd25d940a55fe764827 100644 (file)
@@ -5,6 +5,9 @@
 [dns]
 START_ON_DEMAND = NO
 
+[rest]
+START_ON_DEMAND = NO
+
 [dht]
 START_ON_DEMAND = NO
 
index de58c60391af0dd1e4f971a74e97eb335f8a7121..2c874489e2ac71b3437e7e51e6c946347c48606f 100644 (file)
@@ -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
-