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 9b5341c commit e0e86d0Copy full SHA for e0e86d0
Plugins/Flow.Launcher.Plugin.BrowserBookmark/Main.cs
@@ -119,7 +119,6 @@ private static async Task MonitorRefreshQueueAsync()
119
var reader = refreshQueue.Reader;
120
while (await reader.WaitToReadAsync())
121
{
122
- await Task.Delay(5000);
123
if (reader.TryRead(out _))
124
125
ReloadAllBookmarks(false);
0 commit comments