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

Class

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

Source from the content-addressed store, hash-verified

70}
71
72export class SessionBuffer extends BaseBuffer {
73 private batchSize = process.env.SESSION_BUFFER_BATCH_SIZE
74 ? Number.parseInt(process.env.SESSION_BUFFER_BATCH_SIZE, 10)
75 : 1000;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected