I am trying to send a large quantity of events over my personal relay. My client keeps getting disconnected exactly at 124 messages:
2025-06-09T21:28:21.060533Z INFO nostr_rs_relay::server: stopping client connection (cid: 60e7c8c7, ip: "172.18.0.2", sent: 124 events, recv: 0 events, connected: 9.743315069s)
I have tried setting the limits to various options but nothing changes the 124 hard stop number.
Tried setting messages_per_sec to 0, to 1000, and leaving the option not set.
Also tried increasing broadcast_buffer but didnt work.
I am trying to send a large quantity of events over my personal relay. My client keeps getting disconnected exactly at 124 messages:
I have tried setting the limits to various options but nothing changes the 124 hard stop number.
Tried setting
messages_per_secto 0, to 1000, and leaving the option not set.Also tried increasing
broadcast_bufferbut didnt work.