From d6c04f4cb1fe02414d4b0e836511c877ed00bd42 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Wed, 29 May 2024 03:21:29 +0200 Subject: [PATCH] Revert default sample length to 64 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 c87deb8ed..73c16c651 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 500u +#define DEFAULT_SAMPLE_LENGTH 64u #define DEFAULT_QUEUE_LENGTH 1024u #define MAX_SAMPLE_LENGTH 512u #define DEFAULT_FORMAT_BUFFER_LENGTH 4096u