EveryThing搜索优化

This commit is contained in:
BookerLiu
2023-04-04 17:59:06 +08:00
parent 3654ec393a
commit 1fce566f4a
8 changed files with 1533 additions and 36 deletions

View File

@@ -70,7 +70,7 @@ namespace GeekDesk.Plugins.EveryThing
{
p.StartInfo.FileName = everyThingPath;
p.Start();
int waitTime = 3000;
int waitTime = 5000;
while (true && waitTime > 0)
{
Thread.Sleep(100);