mirror of
https://github.com/RubyMetric/chsrc.git
synced 2025-02-22 17:11:11 +08:00
Reorder ruby sources
This commit is contained in:
parent
a5a7e21737
commit
643a06433f
13
sources.h
13
sources.h
@ -132,19 +132,24 @@ typedef struct {
|
||||
|
||||
|
||||
/**
|
||||
* 2023-09-02 更新
|
||||
* 2023-09-15 更新
|
||||
*
|
||||
* @note 目前北外最快,Ruby China 的源慢了一半
|
||||
* @note
|
||||
* 1. 目前北外最快最稳定
|
||||
* 2. 腾讯挺快,个别时候不稳定,但稳定时能达到4.5MB甚至以上
|
||||
* 3. tuna 有时快有时慢,不稳定,一般在3MB以下
|
||||
* 4. rubychina 有时快有时慢,快时一般在 2MB以下,慢时一般在1MB以下
|
||||
* 5. 阿里云最不稳定,经常最慢
|
||||
*/
|
||||
static source_info
|
||||
pl_ruby_sources[] = {
|
||||
{&Bfsu, "https://mirrors.bfsu.edu.cn/rubygems/"},
|
||||
{&Ali, "https://mirrors.aliyun.com/rubygems/"},
|
||||
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/rubygems/"},
|
||||
{&Tencent, "https://mirrors.tencent.com/rubygems/"},
|
||||
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/rubygems/"},
|
||||
// Ruby China 给的链接是不带后缀 / 的,不知道是否带后缀会影响
|
||||
// 如有问题请报告
|
||||
{&RubyChina, "https://gems.ruby-china.com/"},
|
||||
{&Ali, "https://mirrors.aliyun.com/rubygems/"},
|
||||
},
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user