From ce5c75a23698078c23b402bb1a987378ede859d7 Mon Sep 17 00:00:00 2001 From: bicijinlian Date: Tue, 6 Aug 2024 15:16:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Polly8Study.Test/Polly8TimeoutStrategyTest.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Polly8Study.Test/Polly8TimeoutStrategyTest.cs b/Polly8Study.Test/Polly8TimeoutStrategyTest.cs index 842ad46..acdb517 100644 --- a/Polly8Study.Test/Polly8TimeoutStrategyTest.cs +++ b/Polly8Study.Test/Polly8TimeoutStrategyTest.cs @@ -3,8 +3,8 @@ namespace Polly8Study.Test /// /// Polly8超时策略 测试 /// 关键: - /// CancellationToken,没有这个是不起使用的 - /// 就是之前版本中的乐观超时,悲观超时貌似取消了 + /// V8不支持悲观超时 + /// 只支持乐观超时:使用内部和外部CancellationToken /// public class Polly8TimeoutStrategyTest {