@bsv/sdk 2.0.4 → 2.0.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bsv/sdk",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "type": "module",
5
5
  "description": "BSV Blockchain Software Development Kit",
6
6
  "main": "dist/cjs/mod.js",
@@ -284,7 +284,7 @@ export default class LookupResolver {
284
284
 
285
285
  // Fire all hosts; resolve as soon as we have results from any host,
286
286
  // then allow a short grace window for additional hosts to contribute.
287
- const GRACE_MS = 200
287
+ const GRACE_MS = 80
288
288
  const answers: LookupAnswer[] = await new Promise<LookupAnswer[]>((resolve) => {
289
289
  const collected: LookupAnswer[] = []
290
290
  let pending = rankedHosts.length