Remove delay

This commit is contained in:
VictoriousRaptor 2023-06-24 10:54:53 +08:00
parent 9b5341c2b7
commit e0e86d039d

View file

@ -119,7 +119,6 @@ namespace Flow.Launcher.Plugin.BrowserBookmark
var reader = refreshQueue.Reader;
while (await reader.WaitToReadAsync())
{
await Task.Delay(5000);
if (reader.TryRead(out _))
{
ReloadAllBookmarks(false);