Bug7485 Make statistics poller parameters configurable.
[openflowplugin.git] / openflowplugin-blueprint-config / src / main / resources / initial / openflowplugin.cfg
index 4019a5e9e308cdb815b5471f2871d766d33ddd4f..bcf40e7dcfa52a347e595ae46bc3ffa6cf63caa4 100644 (file)
@@ -26,3 +26,10 @@ echo-reply-timeout=2000
 #can be changed on demand
 #Turned on by default. Default value is true
 is-statistics-polling-on=true
+#Default value of basic-timer-delay is 3000
+#basic timer delay is the initial delay used in polling the statistics, value is in milliseconds
+basic-timer-delay=3000
+#Default value of maximum-timer-delay is 900000
+#maximum timer delay is the wait time to collect next statistics
+#used in polling the statistics, value is in milliseconds
+maximum-timer-delay=900000