diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-04-24 07:34:14 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-04-24 07:34:14 +0100 |
| commit | c4853f69dc25408ff70cccbe923d2cd400385fc2 (patch) | |
| tree | 2ae993d3ce32de2f73e219f0c851362b4b812270 /src | |
| parent | 6bfd8b0ddec7f8f4c24a97d357de9acd615b0b17 (diff) | |
fix: remove relay.f7z.io from default relays
as over the last 2-3 weeks it has consitantly be timing out
Diffstat (limited to 'src')
| -rw-r--r-- | src/client.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client.rs b/src/client.rs index eb43560..56f0e16 100644 --- a/src/client.rs +++ b/src/client.rs | |||
| @@ -61,7 +61,6 @@ impl Connect for Client { | |||
| 61 | * to delete all messages */ | 61 | * to delete all messages */ |
| 62 | "wss://nos.lol".to_string(), | 62 | "wss://nos.lol".to_string(), |
| 63 | "wss://relay.nostr.band".to_string(), | 63 | "wss://relay.nostr.band".to_string(), |
| 64 | "wss://relay.f7z.io".to_string(), | ||
| 65 | ] | 64 | ] |
| 66 | }; | 65 | }; |
| 67 | 66 | ||