From 72c429802c539d187d2348847a497162b3bcb899 Mon Sep 17 00:00:00 2001 From: ChengzhiHuang <1324634934@qq.com> Date: Sun, 7 Jan 2024 21:57:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A0=BC=E5=BC=8F=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Reports/2024/#274-2024.01.08.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reports/2024/#274-2024.01.08.md b/Reports/2024/#274-2024.01.08.md index 741357de8..935e4269a 100644 --- a/Reports/2024/#274-2024.01.08.md +++ b/Reports/2024/#274-2024.01.08.md @@ -46,7 +46,7 @@ ### [swift-retry](https://github.com/fumoboy007/swift-retry?tab=readme-ov-file) -[@AidenRao](https://weibo.com/AidenRao) 该项目是一个 Swift 语言的重试库,旨在提供合理的默认设置和强大的灵活性。 +[@AidenRao](https://weibo.com/AidenRao):该项目是一个 Swift 语言的重试库,旨在提供合理的默认设置和强大的灵活性。 - 合理的默认设置:默认选择[指数退避](https://en.wikipedia.org/wiki/Exponential_backoff)算法,适用于大部分场景,避免对资源进行 DDoS。 - 强大的灵活性:该库提供了多个自定义选项以适应不同的使用场景,包括自定义关闭、重试配置、退避算法选择以及时钟替换等。