Skip to content

Commit

Permalink
Update src/Workspaces/Remote/ServiceHub/Services/NavigateToSearch/Rem…
Browse files Browse the repository at this point in the history
…oteNavigateToSearchService.cs

Co-authored-by: David Barbet <[email protected]>
  • Loading branch information
CyrusNajmabadi and dibarbet authored Oct 13, 2022
1 parent 8aff48a commit 229228f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ internal sealed class RemoteNavigateToSearchService : BrokeredServiceBase, IRemo
/// <summary>
/// Navigate to is implemented using <see cref="IAsyncEnumerable{T}"/>. This API works by having the client
/// "pull" for results from the server. That means that the computation to produce the next result happens only
/// when the client is actually asking for that. We would like to utilize resources more thuroughly when
/// when the client is actually asking for that. We would like to utilize resources more thoroughly when
/// searching, allowing for searching for results on multiple cores. As such, we set a "max read ahead" amount
/// that allows the server to keep processing and producing results, even as the client is processing the batch
/// of results.
Expand Down

0 comments on commit 229228f

Please sign in to comment.