aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2018-06-06 00:35:23 +0200
committerJulius Bünger <buenger@mytum.de>2018-06-06 00:35:23 +0200
commit7f6b8047649d371429e55b99d31870e25e803541 (patch)
tree43de169c70c3a37ae0e54a991fa87d914f7e5ed5 /src
parentd15b9286cbaa6f56299f9064d269d3a1aa1ddee4 (diff)
downloadgnunet-7f6b8047649d371429e55b99d31870e25e803541.tar.gz
gnunet-7f6b8047649d371429e55b99d31870e25e803541.zip
rps service: rename option in config
Diffstat (limited to 'src')
-rw-r--r--src/rps/rps.conf.in2
1 files changed, 1 insertions, 1 deletions
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
24# until we receive the first estimate from NSE. 24# until we receive the first estimate from NSE.
25# Keep in mind, that (networksize)^(1/3) should be enough. 25# Keep in mind, that (networksize)^(1/3) should be enough.
26# So, 50 is enough for a network of size 50^3 = 125000 26# So, 50 is enough for a network of size 50^3 = 125000
27INITSIZE = 10 27MINSIZE = 10