From 7f6b8047649d371429e55b99d31870e25e803541 Mon Sep 17 00:00:00 2001 From: Julius Bünger Date: Wed, 6 Jun 2018 00:35:23 +0200 Subject: rps service: rename option in config --- src/rps/rps.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rps/rps.conf.in b/src/rps/rps.conf.in index b5feb1bd2..733b72601 100644 --- a/src/rps/rps.conf.in +++ b/src/rps/rps.conf.in @@ -24,4 +24,4 @@ FILENAME_VALID_PEERS = $GNUNET_DATA_HOME/rps/valid_peers.txt # until we receive the first estimate from NSE. # Keep in mind, that (networksize)^(1/3) should be enough. # So, 50 is enough for a network of size 50^3 = 125000 -INITSIZE = 10 +MINSIZE = 10 -- cgit v1.2.3