feat: Implement product detail syncing with rowversion-based change detection and integrate it into category product synchronization.
This commit is contained in:
@@ -67,6 +67,10 @@ export async function findMatches(query, cacheDir) {
|
||||
matchingCategoryIds.add(node.kKategorie);
|
||||
}
|
||||
}));
|
||||
|
||||
if (matchingCategoryIds.size >= 20) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
return Array.from(matchingCategoryIds);
|
||||
|
||||
Reference in New Issue
Block a user