Browse Source

Removed maxBrowseContinuationPoints and minSupportedSampleRate

Henrik Norrman 7 years ago
parent
commit
87e9171ddb
1 changed files with 0 additions and 2 deletions
  1. 0 2
      include/ua_server_config.h

+ 0 - 2
include/ua_server_config.h

@@ -86,7 +86,6 @@ struct UA_ServerConfig {
 
     /* Limits for Requests */
     UA_UInt32 maxReferencesPerNode;
-    UA_UInt16 maxBrowseContinuationPoints;
 
     /* Limits for Subscriptions */
     UA_DurationRange publishingIntervalLimits;
@@ -98,7 +97,6 @@ struct UA_ServerConfig {
     /* Limits for MonitoredItems */
     UA_DurationRange samplingIntervalLimits;
     UA_UInt32Range queueSizeLimits; /* Negotiated with the client */
-    UA_Double minSupportedSampleRate;
 
     /* Discovery */
 #ifdef UA_ENABLE_DISCOVERY