mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
Increase default sample length
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
parent
0765e456fa
commit
3c7fca7ce6
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
#include <villas/config.hpp>
|
||||
|
||||
/** 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
|
||||
|
|
Loading…
Add table
Reference in a new issue