We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 859462d commit 95b7ce4Copy full SHA for 95b7ce4
src/easytier/publics.rs
@@ -22,7 +22,7 @@ pub fn fetch_public_nodes(room: &Room) -> PublicServers {
22
.timeout(Some(Duration::from_secs(10)))
23
.build()
24
.map_err(io::Error::other)?
25
- .get("https://uptime.easytier.cn/api/nodes?is_active=true&page=1&per_page=100&&tags=MC%E4%B8%AD%E7%BB%A7")
+ .get("https://uptime.easytier.cn/api/nodes?is_active=true&page=1&per_page=500&&tags=MC%E4%B8%AD%E7%BB%A7")
26
.send()
27
28
).map_err(io::Error::other)?
@@ -73,4 +73,4 @@ pub fn fetch_public_nodes(room: &Room) -> PublicServers {
73
logging!("RoomExperiment", "Cannot fetch EasyTier public nodes: {:?}.", e);
74
FALLBACK_SERVERS.map(|s| s.into()).to_vec()
75
})
76
-}
+}
0 commit comments