test(buffer): disable auto flush on profile

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-09-14 22:36:32 +02:00
parent 7219921a80
commit c674127784
3 changed files with 11 additions and 7 deletions

View File

@@ -24,6 +24,7 @@ export class ProfileBuffer extends RedisBuffer<IClickhouseProfile> {
super({
table: TABLE_NAMES.profiles,
batchSize: 100,
disableAutoFlush: true,
});
}