1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

Update timeout-and-retry.md

This commit is contained in:
kyriefang 2022-07-02 22:38:20 +08:00 committed by GitHub
parent 540aaa15ae
commit 58c10b4f65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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