Explorar el Código

reduce minimum nodestore size

Julius Pfrommer hace 9 años
padre
commit
a766e9a4bf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/server/ua_nodestore.c

+ 1 - 1
src/server/ua_nodestore.c

@@ -2,7 +2,7 @@
 #include "ua_util.h"
 #include "ua_statuscodes.h"
 
-#define UA_NODESTORE_MINSIZE 128
+#define UA_NODESTORE_MINSIZE 64
 
 typedef struct {
     UA_Boolean taken;