]> git.mxchange.org Git - quix0rs-apt-p2p.git/blobdiff - debian/apt-p2p.conf.sgml
Remove the unneeded misc depends variable.
[quix0rs-apt-p2p.git] / debian / apt-p2p.conf.sgml
index cf10b44ab4e4e4b56d26a5164c4a5fdff36d8555..288864ec17f14d1d92d50ec8f0878a4f65b7fa3a 100644 (file)
            <term><option>CONCURRENT_REQS = <replaceable>number</replaceable></option></term>
             <listitem>
              <para>The concurrent <replaceable>number</replaceable> of calls per find node/value request.
-                 (Default is 4.)</para>
+                 (Default is 8.)</para>
            </listitem>
          </varlistentry>
          <varlistentry>
            <term><option>STORE_REDUNDANCY = <replaceable>number</replaceable></option></term>
             <listitem>
              <para>The <replaceable>number</replaceable> of redundant copies of a value to store in the DHT.
-                 (Default is 3.)</para>
+                 (Default is 6.)</para>
            </listitem>
          </varlistentry>
          <varlistentry>
            <term><option>KRPC_TIMEOUT = <replaceable>time</replaceable></option></term>
             <listitem>
              <para>The <replaceable>time</replaceable> to wait before KRPC requests timeout.
-                 (Default is 14 seconds.)</para>
+                 (Default is 9 seconds.)</para>
            </listitem>
          </varlistentry>
          <varlistentry>
              <para>The <replaceable>time</replaceable> to start with when resending KRPC requests using exponential backoff.
                  The request will first be resent after the delay set here.
                  The request will be resent again after twice the delay set here, and so on.
-                 e.g. if TIMEOUT is 14 sec., and INITIAL_DELAY is 2 sec., then requests will
+                 e.g. if TIMEOUT is 9 sec., and INITIAL_DELAY is 2 sec., then requests will
                  be resent at times 0, 2 (2 sec. later), and 6 (4 sec. later), and then will
-                 timeout at 14. (Default is 2 seconds.)</para>
+                 timeout at 9. (Default is 2 seconds.)</para>
            </listitem>
          </varlistentry>
          <varlistentry>