From dae7649c981d731962f881edeb2dc9583c75b6f8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 10 Dec 2020 02:39:28 +0100 Subject: [PATCH] Continued: - fixed configuration entries - updated core framework MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- application/hub/config.php | 8 ++++---- core | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/application/hub/config.php b/application/hub/config.php index 9808ba1bc..45cf27b16 100644 --- a/application/hub/config.php +++ b/application/hub/config.php @@ -1329,16 +1329,16 @@ $cfg->setConfigEntry('crawler_url_rss_start_stack_class', 'Org\Mxchange\CoreFram $cfg->setConfigEntry('crawler_url_found_rss_stack_class', 'Org\Mxchange\CoreFramework\Stack\File\FiFoFileStack'); // CFG: CRAWLER-URL-LOCAL-START-FILE-STACK-INDEX-CLASS -$cfg->setConfigEntry('crawler_url_local_start_file_stack_index_class', 'Org\Mxchange\CoreFramework\Index\Stack\FileStackIndex'); +$cfg->setConfigEntry('crawler_url_local_start_file_stack_index_class', 'Org\Mxchange\CoreFramework\Index\File\Stack\FileStackIndex'); // CFG: CRAWLER-URL-UPLOADED-LIST-FILE-STACK-INDEX-CLASS -$cfg->setConfigEntry('crawler_url_uploaded_list_file_stack_index_class', 'Org\Mxchange\CoreFramework\Index\Stack\FileStackIndex'); +$cfg->setConfigEntry('crawler_url_uploaded_list_file_stack_index_class', 'Org\Mxchange\CoreFramework\Index\File\Stack\FileStackIndex'); // CFG: CRAWLER-URL-RSS-START-FILE-STACK-INDEX-CLASS -$cfg->setConfigEntry('crawler_url_rss_start_file_stack_index_class', 'Org\Mxchange\CoreFramework\Index\Stack\FileStackIndex'); +$cfg->setConfigEntry('crawler_url_rss_start_file_stack_index_class', 'Org\Mxchange\CoreFramework\Index\File\Stack\FileStackIndex'); // CFG: CRAWLER-URL-FOUND-RSS-FILE-STACK-INDEX-CLASS -$cfg->setConfigEntry('crawler_url_found_rss_file_stack_index_class', 'Org\Mxchange\CoreFramework\Index\Stack\FileStackIndex'); +$cfg->setConfigEntry('crawler_url_found_rss_file_stack_index_class', 'Org\Mxchange\CoreFramework\Index\File\Stack\FileStackIndex'); // CFG: CRAWLER-URL-UPLOADED-LIST-URL-SOURCE-STACK-CLASS $cfg->setConfigEntry('crawler_uploaded_list_url_source_stack_class', 'Org\Mxchange\CoreFramework\Stack\FiFoStacker'); diff --git a/core b/core index 335a72fec..1147b4888 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 335a72fec3b93b9212c36575e2bf7fb676870051 +Subproject commit 1147b488834a6714647dc795dfe9c24bc8405e99 -- 2.39.5