mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
autoReconnect!!
This commit is contained in:
parent
ae6c0e712b
commit
7b7cd8b15c
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ const worker = new Worker('https://unpkg.com/nostr-relaypool@0.6.30/lib/nostr-re
|
||||||
|
|
||||||
// @ts-ignore Wrong types.
|
// @ts-ignore Wrong types.
|
||||||
const pool = new RelayPoolWorker(worker, activeRelays, {
|
const pool = new RelayPoolWorker(worker, activeRelays, {
|
||||||
|
autoReconnect: true,
|
||||||
// The pipeline verifies events.
|
// The pipeline verifies events.
|
||||||
skipVerification: true,
|
skipVerification: true,
|
||||||
// The logging feature overwhelms the CPU and creates too many logs.
|
// The logging feature overwhelms the CPU and creates too many logs.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue