aboutsummaryrefslogtreecommitdiff
path: root/src/rps/rps.conf.in
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2016-07-01 23:38:35 +0000
committerJulius Bünger <buenger@mytum.de>2016-07-01 23:38:35 +0000
commitfd921d12bd321648bb44358ec87ddf488f4e5a34 (patch)
tree3403b44405c4c3ea8604532a880e8d3dd75bda55 /src/rps/rps.conf.in
parentc3c14c805a5994537391dd9e41c252cfcd9fb524 (diff)
downloadgnunet-fd921d12bd321648bb44358ec87ddf488f4e5a34.tar.gz
gnunet-fd921d12bd321648bb44358ec87ddf488f4e5a34.zip
-rps _peers: add disable option to peer storage
Diffstat (limited to 'src/rps/rps.conf.in')
-rw-r--r--src/rps/rps.conf.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rps/rps.conf.in b/src/rps/rps.conf.in
index 0b4aa0838..046a8b5d9 100644
--- a/src/rps/rps.conf.in
+++ b/src/rps/rps.conf.in
@@ -16,6 +16,8 @@ ROUNDINTERVAL = 30 s
16 16
17# This is the file in which valid peers are stored 17# This is the file in which valid peers are stored
18FILENAME_VALID_PEERS = $GNUNET_DATA_HOME/rps/valid_peers.txt 18FILENAME_VALID_PEERS = $GNUNET_DATA_HOME/rps/valid_peers.txt
19# Disable storage of valid peers
20#FILENAME_VALID_PEERS = DISABLE
19 21
20# This is the 'estimate' in the beginning. 22# This is the 'estimate' in the beginning.
21# This determines the size of the peers we keep in memory 23# This determines the size of the peers we keep in memory