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

This commit is contained in:
Daniel Eklöf 2022-12-22 11:59:08 +01:00
parent 8fbbce10a5
commit 500b051fe4
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 38 additions and 16 deletions

View file

@ -72,8 +72,9 @@ address.
| poll-interval
: int
: no
: Periodically (in seconds) update the signal, rx+tx bitrate, and
ul+dl speed tags.
: Periodically (in milliseconds) update the signal, rx+tx bitrate, and
ul+dl speed tags. Setting it to 0 disables updates. Cannot be less
than 500ms.
# EXAMPLES