X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fhub%2Fconfig.php;h=311ea35949a8060a546df0a2964e460a558ce3b3;hb=7b7cd2e8f2f45ea12654b2c2768408db50046198;hp=d650da5b68e30173bfc6f9aabb6f103ad2d51920;hpb=a44489127edbf6dcbf0b1da401872c74aecf9c1a;p=hub.git diff --git a/application/hub/config.php b/application/hub/config.php index d650da5b6..311ea3594 100644 --- a/application/hub/config.php +++ b/application/hub/config.php @@ -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);