mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 00:05:40 +02:00
module/disk-io: cleanup poll-interval
* man page: spell out ‘milliseconds’ * use a ‘static const’ variable for min_poll_interval, instead of a macro
This commit is contained in:
parent
1f25978eb4
commit
a18296a179
2 changed files with 14 additions and 13 deletions
|
@ -38,8 +38,8 @@ currently present in the machine.
|
|||
| poll-interval
|
||||
: int
|
||||
: no
|
||||
: Refresh interval of disk's stats in ms (default=500).
|
||||
Cannot be less then 500 ms
|
||||
: Refresh interval of disk's stats in milliseconds (default=500).
|
||||
Cannot be less then 500ms.
|
||||
|
||||
# EXAMPLES
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue