MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel /

Class

packages/db/src/buffers/event-buffer.ts:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50export class EventBuffer extends BaseBuffer {
51 private batchSize = process.env.EVENT_BUFFER_BATCH_SIZE
52 ? Number.parseInt(process.env.EVENT_BUFFER_BATCH_SIZE, 10)
53 : 4000;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected