Browse Source

Subscriptions: Small comment improvement

Julius Pfrommer 6 years ago
parent
commit
9fa38fedc6
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/server/ua_subscription.h

+ 2 - 1
src/server/ua_subscription.h

@@ -99,7 +99,8 @@ struct UA_MonitoredItem {
     UA_UInt32 attributeId;
     UA_String indexRange;
     UA_Double samplingInterval; // [ms]
-    UA_UInt32 maxQueueSize;
+    UA_UInt32 maxQueueSize; /* The max number of enqueued notifications (not
+                               counting overflow events) */
     UA_Boolean discardOldest;
     // TODO: dataEncoding is hardcoded to UA binary
     union {