]> git.mxchange.org Git - hub.git/commitdiff
Added missing config entries + updated to latest 'core'.
authorRoland Haeder <roland@mxchange.org>
Mon, 23 Jun 2014 21:27:54 +0000 (23:27 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 23 Jun 2014 21:27:54 +0000 (23:27 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/config.php
core

index 4e73dc58e4d9ca04cf40157b138b3beabc66851f..2a93d314398aa06b775c6a27ce563874fe95dc39 100644 (file)
@@ -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 4b3bc49a694dcfe6ba3e0e5ee5e495a9c14d1a20..5fe296bdcee126e1dd0ef0053b9d7f7a8da81d34 160000 (submodule)
--- a/core
+++ b/core
@@ -1 +1 @@
-Subproject commit 4b3bc49a694dcfe6ba3e0e5ee5e495a9c14d1a20
+Subproject commit 5fe296bdcee126e1dd0ef0053b9d7f7a8da81d34