Disable most sources from sohu

This commit is contained in:
Aoran Zeng
2025-06-20 16:30:52 +08:00
parent c60e740549
commit 2da1dffca4
12 changed files with 26 additions and 23 deletions

View File

@@ -20,7 +20,7 @@ static Source_t os_msys2_sources[] =
{&Tencent, "https://mirrors.tencent.com/msys2"},
{&Huawei, "https://mirrors.huaweicloud.com/msys2"},
// {&Netease, "https://mirrors.163.com/msys2"}, /* 不启用原因:过慢 */
{&Sohu, "https://mirrors.sohu.com/msys2"}
// {&Sohu, "https://mirrors.sohu.com/msys2"} /* 不启用原因:过慢 */
};
def_sources_n(os_msys2);