X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fhub%2Fconfig.php;h=34f9ca406ea7a97e770cbd6d05e1e6edff71d0ae;hb=8f21caa3cca5ee6e4f4a6f786c50851a4d3cc559;hp=316f6188d05a39932bdb54b832fb18ca70f36e6a;hpb=a25d98d4afab8260e3dc706b6322b4c3aeb02a0c;p=hub.git diff --git a/application/hub/config.php b/application/hub/config.php index 316f6188d..34f9ca406 100644 --- a/application/hub/config.php +++ b/application/hub/config.php @@ -764,6 +764,9 @@ $cfg->setConfigEntry('package_recipient_max_count', 3); // CFG: NODE-DHT-CLASS $cfg->setConfigEntry('node_dht_class', 'NodeDhtFacade'); +// CFG: MAX-DHT-RECIPIENTS +$cfg->setConfigEntry('max_dht_recipients', 10); + /////////////////////////////////////////////////////////////////////////////// // Node states ///////////////////////////////////////////////////////////////////////////////