]> git.mxchange.org Git - hub.git/blobdiff - application/hub/config.php
Added a out-going work queue (FiFoStacker instance) to the test unit producer
[hub.git] / application / hub / config.php
index aad5e57ba2755ba6dac6ea3b7f99ad5b179f1c55..3b18d1b8ed2011ce878d882825d1ddd49a473c57 100644 (file)
@@ -273,6 +273,9 @@ $cfg->setConfigEntry('network_package_stacker_class', 'FiFoStacker');
 // CFG: CRUNCHER-BUFFER-STACKER-CLASS
 $cfg->setConfigEntry('cruncher_buffer_stacker_class', 'FiFoStacker');
 
+// CFG: PRODUCER-OUTGOING-WORK-QUEUE
+$cfg->setConfigEntry('producer_outgoing_work_queue', 'FiFoStacker');
+
 // CFG: STACKER-ANNOUNCEMENT-MAX-SIZE
 $cfg->setConfigEntry('stacker_announcement_max_size', 20);
 
@@ -297,6 +300,9 @@ $cfg->setConfigEntry('stacker_out_queue_max_size', 10000);
 // CFG: STACKER-OBJECT-REGISTRY-MAX-SIZE
 $cfg->setConfigEntry('stacker_object_registry_max_size', 100);
 
+// CFG: STACKER-WORK-QUEUE-MAX-SIZE
+$cfg->setConfigEntry('stacker_work_queue_max_size', 1000);
+
 // CFG: NEWS-MAIN-LIMIT
 $cfg->setConfigEntry('news_main_limit', 5);