November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Nov 16, 2017
Dec 19, 2023
Core
Closed, Acceptance tests pass
ChangeNotificationManager is used for eventual indexing in Commerce. However, many customers are not using it, and there have been complaints that it adds unnecessary overhead, for example, when importing a catalog.
This story enables customers to opt-out of ChangeNotificationManager via an appSettings key. If its value is true, we don't send notifications in CatalogItemChangeManager.
To disable event-driven catalog indexing, adding the following to appSettings: <add key="episerver:DisableCatalogEventDrivenIndexing" value="true" />