module/mem: rename ‘interval’ to ‘poll-interval’

This commit is contained in:
Daniel Eklöf 2022-12-18 10:40:04 +01:00
parent 63c9c90a61
commit cb8acf261a
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 10 additions and 6 deletions

View file

@ -30,10 +30,11 @@ mem - This module provides the memory usage
:[ *Type*
:[ *Req*
:< *Description*
| interval
| 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 ms
(default=500). Cannot be less then 500 ms.
# EXAMPLES
@ -41,7 +42,7 @@ mem - This module provides the memory usage
bar:
left:
- mem:
interval: 2500
poll-interval: 2500
content:
string: {text: "{used:mb}MB"}
```