You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add option to connect relays on demand (disabled by default). This can be useful for gossip, when (most likely) many relays are added to the pool.
If the option is enabled, automatically put on "sleep" (disconnect) the relays after some time and reconnect them on-demand (i.e., when sending an event, when fetching, ...). If there are active long-lived subscriptions, keep the connection up.
Alternatively, put on "sleep" relays that have only the GOSSIP flag and that have no active long-lived subscriptions.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Add option to connect relays on demand (disabled by default). This can be useful for gossip, when (most likely) many relays are added to the pool.
If the option is enabled, automatically put on "sleep" (disconnect) the relays after some time and reconnect them on-demand (i.e., when sending an event, when fetching, ...). If there are active long-lived subscriptions, keep the connection up.
Alternatively, put on "sleep" relays that have only the
GOSSIP
flag and that have no active long-lived subscriptions.The text was updated successfully, but these errors were encountered: