Closed lduchosal closed 3 years ago
CancellationToken is not used while querying the index. The query continues, consumes CPU and RAM while search has been cancelled.
This patch fixes this bug.
Good catch! Thanks for the contribution!
CancellationToken is not used while querying the index. The query continues, consumes CPU and RAM while search has been cancelled.
This patch fixes this bug.