Skip to content

Commit 4283ef5

Browse files
committed
Enlarge update flow number
1 parent 593a360 commit 4283ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public partial class MainViewModel : BaseModel, ISavable, IDisposable
4444
private readonly TopMostRecord _topMostRecord;
4545

4646
private CancellationTokenSource _updateSource; // Used to cancel old query flows
47-
private readonly SemaphoreSlim _updateLock = new(1, 1); // Used to ensure one updating flow
47+
private readonly SemaphoreSlim _updateLock = new(1, 6); // Used to ensure up to six update flows
4848

4949
private ChannelWriter<ResultsForUpdate> _resultsUpdateChannelWriter;
5050
private Task _resultsViewUpdateTask;

0 commit comments

Comments
 (0)