Skip to content

Commit

Permalink
Merge pull request #19 from vitiwari/master
Browse files Browse the repository at this point in the history
changed default poll interval to 15000
  • Loading branch information
JoeBmc authored Feb 1, 2017
2 parents f59bc21 + ed08f94 commit f40e832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"name": "pollInterval",
"description": "How often (in milliseconds) to poll for metrics.",
"type" : "integer",
"default" : 1000,
"default" : 15000,
"required" : true
},
{
Expand Down

0 comments on commit f40e832

Please sign in to comment.