module/script: poll-interval: convert value from ‘seconds’ to ‘milliseconds’

This commit is contained in:
Daniel Eklöf 2022-12-22 12:06:25 +01:00
parent 500b051fe4
commit c4f820e486
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 26 additions and 6 deletions

View file

@ -78,8 +78,8 @@ User defined.
| poll-interval
: integer
: no
: Number of seconds between each script run. If unset, continuous mode
is used.
: Number of milliseconds between each script run. If unset, or set to
0, continuous mode is used.
# EXAMPLES