mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-09-28 05:58:05 +02:00
discovery test: remove damus relay for sync
This commit is contained in:
@@ -34,9 +34,11 @@ use_logger = True
|
||||
|
||||
|
||||
|
||||
RECONCILE_DB_RELAY_LIST = ["wss://relay.damus.io",
|
||||
"wss://nostr.oxtr.dev", "wss://relay.nostr.bg",
|
||||
"wss://relay.nostr.net", "wss://relay.primal.net"] # , "wss://relay.snort.social"]
|
||||
RECONCILE_DB_RELAY_LIST = [ "wss://relay.nostr.net", "wss://relay.nostr.bg", "wss://relay.damus.io", "wss://nostr.oxtr.dev"]
|
||||
|
||||
#["wss://relay.damus.io",
|
||||
# "wss://nostr.oxtr.dev", "wss://relay.nostr.bg",
|
||||
# "wss://relay.nostr.net", "wss://relay.primal.net"] # , "wss://relay.snort.social"]
|
||||
|
||||
#avoid additional relays..
|
||||
#AVOID_OUTBOX_RELAY_LIST.append("")
|
||||
|
Reference in New Issue
Block a user