1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

Revert default sample length to 64

Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
Steffen Vogel 2024-05-29 03:21:29 +02:00 committed by pipeacosta
parent 0049540e9d
commit d6c04f4cb1

View file

@ -13,7 +13,7 @@
#include <villas/config.hpp>
/** 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