We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4dd050 commit f9aceeaCopy full SHA for f9aceea
src/ExplorePackages.Worker.Logic/Queues/MessageBatcher.cs
@@ -44,6 +44,7 @@ public async Task<IReadOnlyList<HomogeneousBatchMessage>> BatchOrNullAsync<T>(IR
44
clsm.LeafId);
45
if (catalogLeafScan.ParsedDriverType == CatalogScanDriverType.FindPackageAsset
46
|| catalogLeafScan.ParsedDriverType == CatalogScanDriverType.FindPackageFile
47
+ || catalogLeafScan.ParsedDriverType == CatalogScanDriverType.FindPackageManifest
48
|| catalogLeafScan.ParsedDriverType == CatalogScanDriverType.FindPackageSignature)
49
{
50
batchSize = 30;
0 commit comments