diff --git a/fly.toml b/fly.toml index d3e67f4..e476b61 100644 --- a/fly.toml +++ b/fly.toml @@ -8,7 +8,7 @@ app = "rsslay" DB_DIR = "/var/lib/litefs/db" DEFAULT_PROFILE_PICTURE_URL = "https://i.imgur.com/MaceU96.png" REPLAY_TO_RELAYS = "true" - RELAYS_TO_PUBLISH_TO = "wss://relay.nostrgraph.net,wss://e.nos.lol,wss://nostr.mom,wss://relay.nostr.band,wss://nostr.mutinywallet.com" + RELAYS_TO_PUBLISH_TO = "wss://relay.nostrgraph.net,wss://e.nos.lol,wss://nostr.mom,wss://relay.nostr.band,wss://nos.lol,wss://nostr.mutinywallet.com" DEFAULT_WAIT_TIME_BETWEEN_BATCHES = "60000" DEFAULT_WAIT_TIME_FOR_RELAY_RESPONSE = "1000" MAX_EVENTS_TO_REPLAY = "10"