Release Notes / Version 10.2101
Table Of ContentsIBM CacheInvalidationHandler takes to long
The CacheInvalidationHandler in WCS now only considers changes within the last 1 day to avoid large table scans and delays. You need to update to WCS workspace version 3.3.9 if you want to use it.
(CMS-15432)
Retry fetching the LanguageMapping from the ibm commerce system on failure
In case the LanguageMapping can not be recieved from the ibm commerce system (e.g. due to a connection failure), the call to the commerce system will be retryed after a configured delay. While the fetching of the LanguageMapping is unsuccesfull, the default will be used. The delay can be controlled via the `livecontext.ibm.languageMapping.delayOnError` property and defaults to 30 seconds.
(CMS-15093)