mirror of
https://github.com/metrico/qryn.git
synced 2025-03-14 10:07:18 +00:00
debug BULK_MAX_SIZE_BYTES/BULK_MAX_AGE_MS
This commit is contained in:
@ -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 })
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user