Oddbean new post about | logout
 Can you try remove the `connection_timeout` here: https://github.com/Pleb5/muse/blob/16172fab3fd8e8cd4c2fe1036208b1d06ebec234/src/client.rs#L22 
 Oh ok, I'll try that tomorrow, thanks ! 
 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. 
 Either way I need the whole result to calculate web of trust and then perhaps save to file.

There is no front-end reactivity necessary for this step