1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-20 22:17:09 +08:00

Merge pull request #1765 from kyriefang/patch-1

Update timeout-and-retry.md
This commit is contained in:
Guide 2022-07-03 20:56:38 +08:00 committed by GitHub
commit 6159c845e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ category: 高可用
## 重试机制
### 什么是超时机制?
### 什么是重试机制?
重试机制一般配合超时机制一起使用,指的是多次发送相同的请求来避免瞬态故障和偶然性故障。