diff options
Diffstat (limited to 'src/rps/rps.conf.in')
-rw-r--r-- | src/rps/rps.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rps/rps.conf.in b/src/rps/rps.conf.in index b5feb1bd25..733b726012 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 |