X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=apt-dht.conf;h=e9a481b251a6bde0a5f70e54c4d94e38f56211dd;hb=d2a9e4af6f2b719e718b0ff7ef297bd59f6b91e1;hp=89826697a2ec359cb3f2e96fb8e3a5b02086af9f;hpb=c2be1eee6c0157ddcb1dc188c96711eaa21c7897;p=quix0rs-apt-p2p.git diff --git a/apt-dht.conf b/apt-dht.conf index 8982669..e9a481b 100644 --- a/apt-dht.conf +++ b/apt-dht.conf @@ -77,6 +77,14 @@ CONCURRENT_REQS = 4 # how many hosts to post values to STORE_REDUNDANCY = 3 +# How many values to attempt to retrieve from the DHT. +# Setting this to 0 will try and get all values (which could take a while if +# a lot of nodes have values). Setting it negative will try to get that +# number of results from only the closest STORE_REDUNDANCY nodes to the hash. +# The default is a large negative number so all values from the closest +# STORE_REDUNDANCY nodes will be retrieved. +RETRIEVE_VALUES = -10000 + # how many times in a row a node can fail to respond before it's booted from the routing table MAX_FAILURES = 3