Skip to content

Commit 12c40d9

Browse files
committed
Reduce default block write size limits
1 parent 5b974ae commit 12c40d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Source/Processors/RecordNode/RecordThread.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
// - Low channel count = small writes (fine for low data rates, keeps latency low)
3939
//
4040

41-
#define BLOCK_DEFAULT_MIN_WRITE_SAMPLES 8192
42-
#define BLOCK_DEFAULT_MAX_WRITE_SAMPLES 16384
41+
#define BLOCK_DEFAULT_MIN_WRITE_SAMPLES 512
42+
#define BLOCK_DEFAULT_MAX_WRITE_SAMPLES 4096
4343
#define BLOCK_MAX_WRITE_EVENTS 50000
4444
#define BLOCK_MAX_WRITE_SPIKES 50000
4545

0 commit comments

Comments
 (0)