Add new relay

This commit is contained in:
koalasat
2025-05-09 10:42:25 +02:00
parent d2fe16a9ad
commit f5d3070ad1
2 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,7 @@ class Nostr:
# Add relays and connect
await client.add_relay("ws://localhost:7777")
await client.add_relay("ws://localhost:7778")
await client.connect()
robot_name = await self.get_robot_name(order)

View File

@ -44,7 +44,7 @@ relay {
bind = "0.0.0.0"
# Port to open for the nostr websocket protocol (restart required)
port = 7777
port = 7778
# Set OS-limit on maximum number of open files/sockets (if 0, don't attempt to set) (restart required)
nofiles = 1000000