forked from external/yambar
module/network: poll-interval: convert value from ‘seconds’ to ‘milliseconds’
This commit is contained in:
parent
8fbbce10a5
commit
500b051fe4
3 changed files with 38 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue