mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-24 23:45:17 +00:00
fix workflow again
This commit is contained in:
@@ -128,7 +128,8 @@ class NostrRelayDiscovery:
|
||||
|
||||
async with websockets.connect(
|
||||
relay_url,
|
||||
timeout=self.connection_timeout,
|
||||
open_timeout=self.connection_timeout,
|
||||
close_timeout=5,
|
||||
max_size=2**20, # 1MB max message size
|
||||
ping_interval=None # Disable ping
|
||||
) as websocket:
|
||||
@@ -205,7 +206,8 @@ class NostrRelayDiscovery:
|
||||
|
||||
async with websockets.connect(
|
||||
relay_url,
|
||||
timeout=self.connection_timeout,
|
||||
open_timeout=self.connection_timeout,
|
||||
close_timeout=5,
|
||||
max_size=2**20
|
||||
) as websocket:
|
||||
# Request follow lists (kind 3 events)
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
websockets>=11.0.0
|
||||
websockets>=12.0
|
||||
|
||||
Reference in New Issue
Block a user