Skip to content

Commit 3304a03

Browse files
AC-11421:In existing Magento installation when install third party indexer module set indexers in update by schedule by default:Change default Index mode schedule
1 parent 1f2a85b commit 3304a03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/tests/integration/framework/Magento/TestFramework/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ protected function getCustomDirs()
835835
*
836836
* @return void
837837
*/
838-
public function makeIndexStatusRealtime(): void
838+
private function makeIndexStatusRealtime(): void
839839
{
840840
$overriddenParams = $this->getOverriddenParams();
841841
$directoryList = $this->getDirectoryList($overriddenParams);

setup/src/Magento/Setup/Model/Installer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1801,7 +1801,7 @@ private function revertRemoteStorageConfiguration()
18011801
}
18021802

18031803
/**
1804-
* Reindxing
1804+
* Reindexing
18051805
*
18061806
* @return void
18071807
* @SuppressWarnings(PHPMD.UnusedPrivateMethod) Called by install() via callback.

0 commit comments

Comments
 (0)