Skip to content

Commit f40e832

Browse files
authored
Merge pull request #19 from vitiwari/master
changed default poll interval to 15000
2 parents f59bc21 + ed08f94 commit f40e832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"name": "pollInterval",
9595
"description": "How often (in milliseconds) to poll for metrics.",
9696
"type" : "integer",
97-
"default" : 1000,
97+
"default" : 15000,
9898
"required" : true
9999
},
100100
{

0 commit comments

Comments
 (0)