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

Class

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

Source from the content-addressed store, hash-verified

4import { BaseBuffer } from './base-buffer';
5
6export class BotBuffer extends BaseBuffer {
7 private batchSize = process.env.BOT_BUFFER_BATCH_SIZE
8 ? Number.parseInt(process.env.BOT_BUFFER_BATCH_SIZE, 10)
9 : 1000;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected