Skip to content

Commit 9758495

Browse files
committed
ACP2E-1772: cataloginventory_stock partial Indexers processing slowly due to an issue in a query
1 parent a218174 commit 9758495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogInventory/Model/Indexer/Stock/CacheCleaner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ private function getProductIdsForCacheClean(array $productStatusesBefore, array
162162
}
163163
}
164164

165-
return $productIds;
165+
return array_map('intval', $productIds);
166166
}
167167

168168
/**

0 commit comments

Comments
 (0)