提交 25b4379f 编写于 作者: C CyrusNajmabadi

Update IPackageSearchDelayService.cs

上级 2c2dc391
......@@ -14,19 +14,19 @@ namespace Microsoft.VisualStudio.LanguageServices.Packaging
internal interface IPackageSearchDelayService
{
/// <summary>
/// They time to wait after a successful update (default = 1 day).
/// The time to wait after a successful update (default = 1 day).
/// </summary>
TimeSpan UpdateSucceededDelay { get; }
/// <summary>
/// They time to wait after a simple expected sort of failure (i.e. IO exceptions,
/// The time to wait after a simple expected sort of failure (i.e. IO exceptions,
/// network exceptions, etc). Things we can recover from and would expect would
/// be transient.
/// </summary>
TimeSpan ExpectedFailureDelay { get; }
/// <summary>
/// They time to wait after a catastrophic failed update (default = 1 day). For
/// The time to wait after a catastrophic failed update (default = 1 day). For
/// example, if we download the full DB xml from the server and we cannot parse
/// it. Retrying soon after will not help. We'll just have to wait until proper
/// data is on the server for us to query.
......@@ -34,7 +34,7 @@ internal interface IPackageSearchDelayService
TimeSpan CatastrophicFailureDelay { get; }
/// <summary>
/// They time to wait after writing to disk fails (default = 10 seconds).
/// The time to wait after writing to disk fails (default = 10 seconds).
/// </summary>
TimeSpan FileWriteDelay { get; }
......@@ -43,4 +43,4 @@ internal interface IPackageSearchDelayService
/// </summary>
TimeSpan CachePollDelay { get; }
}
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册