Skip to content

Commit

Permalink
debug BULK_MAX_SIZE_BYTES/BULK_MAX_AGE_MS
Browse files Browse the repository at this point in the history
  • Loading branch information
akvlad committed Jun 13, 2024
1 parent e8a2733 commit d68d1ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/db/throttler.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ class TimeoutOrSizeThrottler {
}
const _queue = this.queue
this.queue = []
this.size = 0
await rawRequest(this.statement, _queue.join('\n'), DATABASE_NAME(), { maxBodyLength: Infinity })
}

Expand Down

0 comments on commit d68d1ba

Please sign in to comment.