WriteBufferOptions: {
    debugLogging?: boolean;
    flushIntervalMs?: number;
    flushThreshold?: number;
}

Type declaration

  • OptionaldebugLogging?: boolean

    When true, emit verbose console.debug for flushes (default: false).

  • OptionalflushIntervalMs?: number
  • OptionalflushThreshold?: number