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 593a360 commit 4283ef5Copy full SHA for 4283ef5
Flow.Launcher/ViewModel/MainViewModel.cs
@@ -44,7 +44,7 @@ public partial class MainViewModel : BaseModel, ISavable, IDisposable
44
private readonly TopMostRecord _topMostRecord;
45
46
private CancellationTokenSource _updateSource; // Used to cancel old query flows
47
- private readonly SemaphoreSlim _updateLock = new(1, 1); // Used to ensure one updating flow
+ private readonly SemaphoreSlim _updateLock = new(1, 6); // Used to ensure up to six update flows
48
49
private ChannelWriter<ResultsForUpdate> _resultsUpdateChannelWriter;
50
private Task _resultsViewUpdateTask;
0 commit comments