Reduce signer throttling

This commit is contained in:
Jon Staab
2024-11-02 07:28:52 -07:00
parent 0ac4cc66f4
commit fd0e710672
+1 -1
View File
@@ -136,7 +136,7 @@ export class Nip46Broker extends Emitter {
// important user actions
await Promise.race([
this.request(method, params).then(resolve),
sleep(100),
sleep(15),
])
}
} finally {