Skip to main content

IThrottledSaveDrainOptions

configuration options

@field

recursiveWait - (default: true) if after queue is drained, another save was kicked off, wait for it

@field

recursiveWaitLimit - (default: false) limit our recursive waiting to a duration

@field

recursiveWaitLimitDelay - (default: 2000) cutoff in ms to stop recursively re-draining

Index

Properties

recursiveWait

recursiveWait: boolean

recursiveWaitLimit

recursiveWaitLimit: boolean

recursiveWaitLimitDelay

recursiveWaitLimitDelay: number