braid-blob 0.0.47 → 0.0.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -458,7 +458,7 @@ function create_braid_blob() {
|
|
|
458
458
|
|
|
459
459
|
function handle_error(e) {
|
|
460
460
|
if (options.signal?.aborted) return
|
|
461
|
-
console.log(`disconnected from ${b.href}, retrying in
|
|
461
|
+
console.log(`disconnected from ${b.href}, retrying in ${braid_blob.reconnect_delay_ms ?? 1000}ms`)
|
|
462
462
|
setTimeout(connect, braid_blob.reconnect_delay_ms ?? 1000)
|
|
463
463
|
}
|
|
464
464
|
|