From 3c7fca7ce6afb8f703e10023f3d3536b44de5ec8 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Tue, 28 May 2024 15:00:46 +0200 Subject: [PATCH] Increase default sample length Signed-off-by: Steffen Vogel --- include/villas/node/config.hpp.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/villas/node/config.hpp.in b/include/villas/node/config.hpp.in index 73c16c651..c87deb8ed 100644 --- a/include/villas/node/config.hpp.in +++ b/include/villas/node/config.hpp.in @@ -13,7 +13,7 @@ #include /** Default number of values in a sample */ -#define DEFAULT_SAMPLE_LENGTH 64u +#define DEFAULT_SAMPLE_LENGTH 500u #define DEFAULT_QUEUE_LENGTH 1024u #define MAX_SAMPLE_LENGTH 512u #define DEFAULT_FORMAT_BUFFER_LENGTH 4096u