Configure the batch size for the GetMappingsForIdFromDbCommand requests
Version:
The GetMappingsForIdFromDbCommand method fetches catalog mapping entries in batches. The batch size is configurable and is set to 20 by default.
To change the batch size of Sitecore IDs to fetch in a GetMappingsForIdFromDbCommand request:
-
Open the
App_Config\Include\Y.Commerce.Engine\Sitecore.Commerce.Engine.Connect.configfile. -
Change the value of the
getCatalogMappingsForIdsBatchSizeto the desired number of deterministic Sitecore item IDs to include in a batch.