batching events
This commit is contained in:
committed by
Carl-Gerhard Lindesvärd
parent
244aa3b0d3
commit
5e225b7ae6
5
packages/db/src/buffers/index.ts
Normal file
5
packages/db/src/buffers/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { EventBuffer } from './event-buffer';
|
||||
import { ProfileBuffer } from './profile-buffer';
|
||||
|
||||
export const eventBuffer = new EventBuffer();
|
||||
export const profileBuffer = new ProfileBuffer();
|
||||
Reference in New Issue
Block a user