1
0
Fork 0
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:
Steffen Vogel 2015-03-21 15:32:19 +01:00
parent 57081daa93
commit 5f95fef037

View file

@ -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