mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Try resolving the first query slowness
This commit is contained in:
parent
456ba61d30
commit
680f616365
1 changed files with 1 additions and 1 deletions
|
|
@ -290,7 +290,7 @@ namespace Flow.Launcher.ViewModel
|
|||
if (Count == 0 && newItems.Count == 0 || _token.IsCancellationRequested)
|
||||
return;
|
||||
|
||||
if (editTime < 10 || newItems.Count < 30)
|
||||
if (newItems.Count < 100)
|
||||
{
|
||||
if (Count != 0) RemoveAll(newItems.Count);
|
||||
AddAll(newItems);
|
||||
|
|
|
|||
Loading…
Reference in a new issue