diff options
-rw-r--r-- | client/map/items/glass.res | bin | 12738 -> 254 bytes | |||
-rw-r--r-- | server/registry/src/conn_test.rs | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/client/map/items/glass.res b/client/map/items/glass.res Binary files differindex 8386865f..18844d27 100644 --- a/client/map/items/glass.res +++ b/client/map/items/glass.res diff --git a/server/registry/src/conn_test.rs b/server/registry/src/conn_test.rs index 9825997c..45eaf232 100644 --- a/server/registry/src/conn_test.rs +++ b/server/registry/src/conn_test.rs @@ -48,6 +48,7 @@ pub(crate) async fn test_connect(addr: SocketAddr, uri: &str) -> Result<(u32, u3 let version = res.map_err(|_| "server unreachable")?; { let mut g = CONNECT_OK.write().await; + // TODO dont cache forever g.insert( addr, ConnectTest { |