]> git.mxchange.org Git - hub.git/commitdiff
Added again another missing config entry.
authorRoland Haeder <roland@mxchange.org>
Fri, 14 Mar 2014 22:00:17 +0000 (23:00 +0100)
committerRoland Haeder <roland@mxchange.org>
Fri, 14 Mar 2014 22:00:17 +0000 (23:00 +0100)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/config.php

index eea95623e4d1966efbe42b46b30e1956e97835c1..2b2a1d92267a07acfe07d8ebb2669d6b29e7da4f 100644 (file)
@@ -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);