From: Roland Haeder Date: Mon, 23 Jun 2014 21:27:54 +0000 (+0200) Subject: Added missing config entries + updated to latest 'core'. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b45344d81d1da7cdd95289360ae6c81b4fbc54c5;p=hub.git Added missing config entries + updated to latest 'core'. Signed-off-by: Roland Haeder --- diff --git a/application/hub/config.php b/application/hub/config.php index 4e73dc58e..2a93d3143 100644 --- a/application/hub/config.php +++ b/application/hub/config.php @@ -1271,6 +1271,9 @@ $cfg->setConfigEntry('crawler_url_rss_start_stack_class', 'FiFoFileStack'); // CFG: CRAWLER-URL-FOUND-RSS-STACK-CLASS $cfg->setConfigEntry('crawler_url_found_rss_stack_class', 'FiFoFileStack'); +// CFG: TEST-BLOCK-MINER-STACK-CLASS +$cfg->setConfigEntry('test_block_miner_stack_class', 'FiFoFileStack'); + // CFG: CRAWLER-URL-LOCAL-START-FILE-STACK-INDEX-CLASS $cfg->setConfigEntry('crawler_url_local_start_file_stack_index_class', 'FileStackIndex'); @@ -1283,6 +1286,9 @@ $cfg->setConfigEntry('crawler_url_rss_start_file_stack_index_class', 'FileStackI // CFG: CRAWLER-URL-FOUND-RSS-FILE-STACK-INDEX-CLASS $cfg->setConfigEntry('crawler_url_found_rss_file_stack_index_class', 'FileStackIndex'); +// CFG: TEST-BLOCK-MINER-FILE-STACK-INDEX-CLASS +$cfg->setConfigEntry('test_block_miner_file_stack_index_class', 'FileStackIndex'); + // CFG: TASK-CRAWLER-NODE-COMMUNICATOR-STARTUP-DELAY $cfg->setConfigEntry('task_crawler_node_communicator_startup_delay', 500); diff --git a/core b/core index 4b3bc49a6..5fe296bdc 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 4b3bc49a694dcfe6ba3e0e5ee5e495a9c14d1a20 +Subproject commit 5fe296bdcee126e1dd0ef0053b9d7f7a8da81d34