提交 bb8ce6b6 编写于 作者: A Allison Chou

FromSeconds to FromMilliseconds

上级 5a4b4542
......@@ -71,7 +71,7 @@ internal class FindUsagesLSPContext : FindUsagesContext
_position = position;
_metadataAsSourceFileService = metadataAsSourceFileService;
_workQueue = new AsyncBatchingWorkQueue<VSReferenceItem>(
TimeSpan.FromSeconds(0.5), ReportReferencesAsync, cancellationToken);
TimeSpan.FromMilliseconds(500), ReportReferencesAsync, cancellationToken);
CancellationToken = cancellationToken;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册