reya on Nostr: I see you set connection timeout is 4s here ...
I see you set connection timeout is 4s here https://github.com/Pleb5/muse/blob/16172fab3fd8e8cd4c2fe1036208b1d06ebec234/src/config.rs#L11C1-L11C71
If gossip enabled, client will wait for 4s before connect to relay, therefore everything will become super slow.
You can use `stream_events` instead of `fetch_events`, then query will be faster because client won't wait for all relays return EOSE.
If gossip enabled, client will wait for 4s before connect to relay, therefore everything will become super slow.
You can use `stream_events` instead of `fetch_events`, then query will be faster because client won't wait for all relays return EOSE.