Skip to content

Commit 732ae29

Browse files
authored
Merge pull request #639 from commercetools/SUPPORT-33245/increase-cache-size
SUPPORT-33245: increase cache size of product syncher
2 parents 26f8a6c + 8b1b377 commit 732ae29

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/com/commercetools/project/sync/product/ProductSyncer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ public static ProductSyncer of(
9595
logWarningCallback(LOGGER, "product", exception, oldResource);
9696
final ProductSyncOptions syncOptions =
9797
ProductSyncOptionsBuilder.of(targetClient)
98+
.cacheSize(1000000)
9899
.errorCallback(logErrorCallback)
99100
.warningCallback(logWarningCallback)
100101
.build();

0 commit comments

Comments
 (0)