Skip to content

Commit 28cdc86

Browse files
authored
Add additional fallback web services
1 parent 4b27132 commit 28cdc86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/src/lib/Api.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ export interface YarnVersion {
2828
}
2929

3030
// Do not use these fallback servers to interact with our web services. They can and will be unavailable at times and only support limited throughput.
31-
const META = ["https://meta.fabricmc.net", "https://meta2.fabricmc.net"];
32-
const MAVEN = ["https://maven.fabricmc.net", "https://maven2.fabricmc.net"];
31+
const META = ["https://meta.fabricmc.net", "https://meta2.fabricmc.net", "https://meta3.fabricmc.net"];
32+
const MAVEN = ["https://maven.fabricmc.net", "https://maven2.fabricmc.net", "https://maven3.fabricmc.net"];
3333

3434
export async function getInstallerVersions() {
3535
return getJson<InstallerVersion[]>(META, "/v2/versions/installer");

0 commit comments

Comments
 (0)