forked from mystiq/hydrogen-web
fixup: delay not awaited, but not needed for now
This commit is contained in:
parent
e23abe209f
commit
88a7d64091
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ export class RateLimitingBackoff {
|
|||
|
||||
async waitForNextSend() {
|
||||
// this._remainingRateLimitedRequest = Math.max(0, this._remainingRateLimitedRequest - 1);
|
||||
Platform.delay(1000);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue