mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
decreased maximum number of values per message to 16 (shrink working set)
This commit is contained in:
parent
57081daa93
commit
5f95fef037
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
#define VERSION "v0.4-" _GIT_REV
|
||||
|
||||
/** Maximum number of double values in a struct msg */
|
||||
#define MAX_VALUES 64
|
||||
#define MAX_VALUES 16
|
||||
|
||||
/** Socket priority */
|
||||
#define SOCKET_PRIO 7
|
||||
|
|
Loading…
Add table
Reference in a new issue