From: Roland 'Quix0r' Haeder Date: Fri, 14 Mar 2014 21:39:05 +0000 (+0100) Subject: Added missing config entry. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7ba628fab23f89e8b168e1a7093a5949cf79ceae;p=hub.git Added missing config entry. Signed-off-by: Roland 'Quix0r' Haeder --- diff --git a/application/hub/config.php b/application/hub/config.php index 30d4c6246..d1d5b9545 100644 --- a/application/hub/config.php +++ b/application/hub/config.php @@ -444,6 +444,9 @@ $cfg->setConfigEntry('stacker_dht_insert_node_max_size', 100); // CFG: STACKER-DHT-PENDING_PUBLISH-MAX-SIZE $cfg->setConfigEntry('stacker_dht_pending_publish_max_size', 100); +// CFG: STACKER-MULTIPLE-MESSAGE-MAX-SIZE +$cfg->setConfigEntry('stacker_multiple_message_max_size', 10); + // CFG: NEWS-MAIN-LIMIT $cfg->setConfigEntry('news_main_limit', 5);