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

Class

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

Source from the content-addressed store, hash-verified

43].join(', ');
44
45export class ProfileBuffer extends BaseBuffer {
46 private readonly batchSize = process.env.PROFILE_BUFFER_BATCH_SIZE
47 ? Number.parseInt(process.env.PROFILE_BUFFER_BATCH_SIZE, 10)
48 : 200;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected