From: Roland Haeder Date: Fri, 14 Mar 2014 22:00:17 +0000 (+0100) Subject: Added again another missing config entry. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7d68f697c3f1be617bab4d96a0fcb5607ce7f358;p=hub.git Added again another missing config entry. Signed-off-by: Roland Haeder --- diff --git a/application/hub/config.php b/application/hub/config.php index eea95623e..2b2a1d922 100644 --- a/application/hub/config.php +++ b/application/hub/config.php @@ -384,6 +384,9 @@ $cfg->setConfigEntry('stacker_node_announcement_max_size', 20); // CFG: STACKER-NODE-ANNOUNCEMENT-ANSWER-MAX-SIZE $cfg->setConfigEntry('stacker_node_announcement_answer_max_size', 20); +// CFG: STACKER-NODE-DHT-BOOTSTRAP-ANSWER-MAX-SIZE +$cfg->setConfigEntry('stacker_node_dht_bootstrap_answer_max_size', 20); + // CFG: STACKER-NODE-SELF-CONNECT-MAX-SIZE $cfg->setConfigEntry('stacker_node_self_connect_max_size', 10);