mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 08:15:40 +02:00
module/script: poll-interval: convert value from ‘seconds’ to ‘milliseconds’
This commit is contained in:
parent
500b051fe4
commit
c4f820e486
2 changed files with 26 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue