interface AnnotationBatcherConfig

Configuration for annotation batching.

Properties

optional
batchSize: number

Maximum annotations per batch. GitHub limits to 50. @default 50

optional
flushInterval: number

Maximum time between flushes in milliseconds. @default 5000

Usage

import { type AnnotationBatcherConfig } from ".";