]> git.mxchange.org Git - hub.git/blobdiff - application/hub/config.php
Removed old-lost comments, moved two class instances around:
[hub.git] / application / hub / config.php
index d650da5b68e30173bfc6f9aabb6f103ad2d51920..311ea35949a8060a546df0a2964e460a558ce3b3 100644 (file)
@@ -279,6 +279,9 @@ $cfg->setConfigEntry('stacker_outgoing_queue_max_size', 100000);
 // CFG: STACKER-INCOMING-QUEUE-MAX-SIZE
 $cfg->setConfigEntry('stacker_incoming_queue_max_size', 100000);
 
+// CFG: STACKER-RAW-DATA-MAX-SIZE
+$cfg->setConfigEntry('stacker_raw_data_max_size', 100);
+
 // CFG: NEWS-MAIN-LIMIT
 $cfg->setConfigEntry('news_main_limit', 5);