Bug 1446: Add JMX stats for in-memory data store
[controller.git] / opendaylight / md-sal / sal-inmemory-datastore / src / main / yang / opendaylight-inmemory-datastore-provider.yang
index 17c86716d8c65183cf89130bbf9e8aa6c4f561e1..7d19a64446b519ea7795e86d81c6c431599ef7d9 100644 (file)
@@ -52,6 +52,12 @@ module opendaylight-inmemory-datastore-provider {
                 type uint16;
                 description "The maximum queue size for the data change listeners.";
             }
+
+            leaf max-data-store-executor-queue-size {
+                default 5000;
+                type uint16;
+                description "The maximum queue size for the data store executor.";
+            }
     }
 
     // Augments the 'configuration' choice node under modules/module.