We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b974ae commit 12c40d9Copy full SHA for 12c40d9
1 file changed
Source/Processors/RecordNode/RecordThread.h
@@ -38,8 +38,8 @@
38
// - Low channel count = small writes (fine for low data rates, keeps latency low)
39
//
40
41
-#define BLOCK_DEFAULT_MIN_WRITE_SAMPLES 8192
42
-#define BLOCK_DEFAULT_MAX_WRITE_SAMPLES 16384
+#define BLOCK_DEFAULT_MIN_WRITE_SAMPLES 512
+#define BLOCK_DEFAULT_MAX_WRITE_SAMPLES 4096
43
#define BLOCK_MAX_WRITE_EVENTS 50000
44
#define BLOCK_MAX_WRITE_SPIKES 50000
45
0 commit comments