Reduce signer throttling
This commit is contained in:
@@ -136,7 +136,7 @@ export class Nip46Broker extends Emitter {
|
|||||||
// important user actions
|
// important user actions
|
||||||
await Promise.race([
|
await Promise.race([
|
||||||
this.request(method, params).then(resolve),
|
this.request(method, params).then(resolve),
|
||||||
sleep(100),
|
sleep(15),
|
||||||
])
|
])
|
||||||
}
|
}
|
||||||
} finally {
|
} finally {
|
||||||
|
|||||||
Reference in New Issue
Block a user