Cesu only 6sec

This commit is contained in:
Aoran Zeng 2023-09-04 21:44:05 +08:00
parent b7fb8326b6
commit 5190a2cbfd
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ set <target> <mirror> # 换源,指定使用某镜像站
- [ ] `chsrc set rust``chsrc set cargo``chsrc crate`
- [ ] `chsrc set java``chsrc set maven``chsrc set mvn``chsrc gradle`
- [x] `chsrc set r` `chsrc set cran` (同时会为 `bioconductor` 换源)
- [x] `chsrc set r``chsrc set cran` (同时会为 `bioconductor` 换源)
- [ ] `chsrc set julia`
## 操作系统

View File

@ -104,7 +104,7 @@ double
test_speed (const char* url)
{
// 我们用 —L,因为Ruby China源会跳转到其他地方
char* curl_cmd = xy_strjoin(4, "curl -qsL -o ", xy_os_devnull, " -w \"%{http_code} %{speed_download}\" -m8 -A chsrc/" Chsrc_Version
char* curl_cmd = xy_strjoin(4, "curl -qsL -o ", xy_os_devnull, " -w \"%{http_code} %{speed_download}\" -m6 -A chsrc/" Chsrc_Version
" ", url);
// xy_info (xy_2strjoin("chsrc: 测速 ", url));