Update README.md (#5441)

This commit is contained in:
Shiming Zhang 2024-06-12 21:21:04 +08:00 committed by GitHub
parent 7eca93d6f8
commit 420ed1ef53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Sync: 定期同步列表里的 image tag 的同步率, 只要 tag 存在就是
- [可以自己搭建服务器](https://github.com/wzshiming/crproxy/tree/master/examples/default)
- 或者提个 Issue 商量或者添加我们的企微群 [#4183](https://github.com/DaoCloud/public-image-mirror/issues/4183)
- 当前 blob(镜像层) 限流
- 200Mi/m (大于 200Mi 的同一 blob, 每分钟只能有一人获取到)
- 512Ki/s (下载 1Mi 会先 sleep 2s 再响应, 下载 10Mi 会先 sleep 20s 再响应, 下载 1G 会先 35min 再响应 以此类推)
- 当前 IP 限流
- 20r/m (每分钟20个请求)
- 600Mi/h (小于 600Mi 的 blob 每小时能获取多个, 否则每小时只能获取一个, 达到限额将会卡住等时间到了然后响应重定向)