sensu / sensu-puppet

Sensu Puppet module.
https://github.com/sensu/sensu-puppet
MIT License
165 stars 290 forks source link

Set SensuAPIValidator timeout comments to 30 seconds #1315

Closed robmcelhinney closed 2 years ago

robmcelhinney commented 2 years ago

Match comments and REFERENCE file.

Pull Request Checklist

Comments in sensu_api_validator.rb and REFERENCE.md files say that the timeout is set to 15 but it's actually set to 30. Set it to 15 to keep it consistent.

ghoneycutt commented 2 years ago

Would prefer to keep the default as is and instead update any documentation that is not aligned.

robmcelhinney commented 2 years ago

Would prefer to keep the default as is and instead update any documentation that is not aligned.

Ok, I changed the comments to 30 seconds then to keep it consistent. I'll just use 15 on my config, I prefer keeping it shorter.

ghoneycutt commented 2 years ago

Thanks @robmcelhinney for finding and fixing this!