docs(inputs.openntpd): Correct timeout config setting to the actually used default (#16666)

This commit is contained in:
Matt Simerson 2025-03-24 11:46:40 -07:00 committed by GitHub
parent 798f683805
commit f515d89a66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
# binary = "/usr/sbin/ntpctl"
## Maximum time the ntpctl binary is allowed to run.
# timeout = "5ms"
# timeout = "5s"
```
## Metrics

View File

@ -7,4 +7,4 @@
# binary = "/usr/sbin/ntpctl"
## Maximum time the ntpctl binary is allowed to run.
# timeout = "5ms"
# timeout = "5s"