Make Batching size and interval as configurable parameters
[genius.git] / itm / itm-api / src / main / java / org / opendaylight / genius / itm / globals / ITMConstants.java
index 7797104bef042d6e6e3ceeaba298f2381ad0977e..8ce11d84911e5c5e3674cfb787a868e63cecde92 100644 (file)
@@ -26,6 +26,9 @@ public interface ITMConstants {
     int REG6_END_INDEX = 31;
     int JOB_MAX_RETRIES = 6;
 
+    int BATCH_SIZE = 1000;
+    int PERIODICITY = 500;
+
     int LLDP_SERVICE_ID = 0;
     // Tunnel Monitoring
     boolean DEFAULT_MONITOR_ENABLED = false;