[PT Run] Improve the Win32 Program Indexing speed (#11364)

This commit is contained in:
Roy
2021-06-03 16:11:09 +02:00
committed by GitHub
parent 9a1034e122
commit 266aafb700
7 changed files with 287 additions and 344 deletions

View File

@@ -243,7 +243,7 @@ namespace Microsoft.Plugin.Program.Storage
public void IndexPrograms()
{
var applications = Programs.Win32Program.All(_settings);
Log.Info($"Indexed {applications.Length} win32 applications", GetType());
Log.Info($"Indexed {applications.Count} win32 applications", GetType());
SetList(applications);
}