Skip to content

Commit 6203932

Browse files
committed
ACP2E-3902: [Cloud] Sitemap generation never ends
1 parent 05d0f99 commit 6203932

File tree

1 file changed

+3
-3
lines changed
  • app/code/Magento/Sitemap/Model/ResourceModel/Catalog/Batch

1 file changed

+3
-3
lines changed

app/code/Magento/Sitemap/Model/ResourceModel/Catalog/Batch/Product.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
*/
3535
class Product extends AbstractDb
3636
{
37-
private const string NOT_SELECTED_IMAGE = 'no_selection';
38-
private const int DEFAULT_BATCH_SIZE = 5000;
39-
private const int MAX_IMAGES_PER_PRODUCT = 10;
37+
private const NOT_SELECTED_IMAGE = 'no_selection';
38+
private const DEFAULT_BATCH_SIZE = 5000;
39+
private const MAX_IMAGES_PER_PRODUCT = 10;
4040

4141
/**
4242
* @var Select|null

0 commit comments

Comments
 (0)