From d3a1d38f9df2f41fc3b6fdbdd901770ae9a23c96 Mon Sep 17 00:00:00 2001 From: piraces Date: Tue, 4 Jul 2023 21:26:47 +0200 Subject: [PATCH] chore(docs): recommend to disable mirroring --- README.md | 14 +++----------- fly.toml | 4 ++-- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 9e56842..20d4b5a 100644 --- a/README.md +++ b/README.md @@ -30,19 +30,11 @@ Checkout the [wiki entry](https://github.com/piraces/rsslay/wiki/API) for furthe ## Mirroring events ("replaying") -Actually `rsslay` makes usage of a method named `AttemptReplayEvents` which is made to send the events to other relays of confidence to attempt to make the events and the profile more reachable (they are just mirror relays)... - -Currently used relays: -- wss://nostr.data.haus -- wss://nostr.anchel.nl -- wss://relay.nostrgraph.net -- wss://nostr.mom -- wss://relay.nostr.band -- wss://nostr.mutinywallet.com +_**Note:** since v0.5.3 its recommended to set `REPLAY_TO_RELAYS` to false. There is no need to perform replays to other relays, the main rsslay should be able to handle the events._ -This is needed nowadays, with further improvements in relays implementations or clients it may not be needed in the future. +Actually `rsslay` makes usage of a method named `AttemptReplayEvents` which is made to send the events to other relays of confidence to attempt to make the events and the profile more reachable (they are just mirror relays)... -Maybe in the future with other implementations we can avoid that, but nowadays its needed. +Currently used relays: none. ## Feeds from Twitter via Nitter instances diff --git a/fly.toml b/fly.toml index fd96910..c64b7b0 100644 --- a/fly.toml +++ b/fly.toml @@ -27,8 +27,8 @@ kill_timeout = 5 NITTER_INSTANCES = "birdsite.xanny.family,notabird.site,nitter.moomoo.me,nitter.fly.dev" OWNER_PUBLIC_KEY = "4ac24d2ee822a34a9881eff526bf71f39704419837e4c14b34642d82e111ed39" PORT = "8080" - RELAYS_TO_PUBLISH_TO = "wss://nostr.data.haus,wss://relay.nostrgraph.net,wss://nostr.mom,wss://relay.nostr.band,wss://nostr.mutinywallet.com" - REPLAY_TO_RELAYS = "true" + RELAYS_TO_PUBLISH_TO = "" + REPLAY_TO_RELAYS = "false" VERSION = "0.5.3" [[mounts]]