Explorar o código

use maximum notification per publish (#1464)

WoutvdBerg %!s(int64=7) %!d(string=hai) anos
pai
achega
2b3c72dc48
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      plugins/ua_config_default.c

+ 1 - 1
plugins/ua_config_default.c

@@ -314,7 +314,7 @@ const UA_SubscriptionSettings UA_SubscriptionSettings_default = {
     500.0, /* .requestedPublishingInterval */
     10000, /* .requestedLifetimeCount */
     1, /* .requestedMaxKeepAliveCount */
-    10, /* .maxNotificationsPerPublish */
+    0, /* .maxNotificationsPerPublish */
     true, /* .publishingEnabled */
     0 /* .priority */
 };