Skip to content

Fixing rate-limits.md in DA and ZH-CN #1886

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/da/docs/rate-limits.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Grænser For kald
slug: rate-limits
date: 2018-01-04
lastmod: 2024-12-17
lastmod: 2025-04-01
show_lastmod: true
---

Expand Down Expand Up @@ -257,7 +257,7 @@ bliver overvældet af klienter, der foretager for mange anmodninger på én gang
| /acme/revoke-cert | 10 | 100 |
| /acme/renewal-info | 1000 | 100 |
| /acme/\* | 250 | 125 |
| /directory | 40 | Ikke tilgængelig |
| /directory | 40 | 40 |

Abonnenter, der overskrider disse grænser, vil modtage en '503 tjeneste utilgængelig'
HTTP svarkode. Svaret vil indeholde en `Retry-After` header.
Expand Down
4 changes: 2 additions & 2 deletions content/zh-cn/docs/rate-limits.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 速率限制
slug: rate-limits
date: 2018-01-04
lastmod: 2024-12-17
lastmod: 2025-04-01
show_lastmod: true
---

Expand Down Expand Up @@ -176,7 +176,7 @@ show_lastmod: true
| /acme/revoke-cert | 10 | 100 |
| /acme/renewal-info | 1000 | 100 |
| /acme/\* | 250 | 125 |
| /directory | 40 | |
| /directory | 40 | 40 |

超过以上限制的请求将收到代码为 `503 Service Unavailable` 的 HTTP 响应, 响应中包含 `Retry-After` 标头。

Expand Down
Loading