mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 00:05:40 +02:00
module/mem: 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
a18296a179
commit
ac8e45c331
2 changed files with 10 additions and 8 deletions
|
@ -33,8 +33,8 @@ mem - This module provides the memory usage
|
|||
| poll-interval
|
||||
: string
|
||||
: no
|
||||
: Refresh interval of the memory usage stats in ms
|
||||
(default=500). Cannot be less then 500 ms.
|
||||
: Refresh interval of the memory usage stats in milliseconds
|
||||
(default=500). Cannot be less then 500ms.
|
||||
|
||||
# EXAMPLES
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue