modules: change min poll interval from 500ms to 250ms

This commit is contained in:
Daniel Eklöf 2022-12-23 11:10:37 +01:00
parent 310c07b03d
commit e4edbd26c6
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
12 changed files with 12 additions and 11 deletions

View file

@ -60,7 +60,7 @@ the state *unknown* under other conditions.
: How often, in milliseconds, to poll for capacity changes
(default=*60000*). Set to `0` to disable polling (*warning*: many
batteries do not support asynchronous reporting). Cannot be less
than 500ms.
than 250ms.
# EXAMPLES

View file

@ -32,7 +32,7 @@ total CPU usage.
: int
: no
: Refresh interval of the CPU usage stats in milliseconds
(default=500). Cannot be less then 500ms.
(default=500). Cannot be less then 250ms.
# EXAMPLES

View file

@ -39,7 +39,7 @@ currently present in the machine.
: int
: no
: Refresh interval of disk's stats in milliseconds (default=500).
Cannot be less then 500ms.
Cannot be less then 250ms.
# EXAMPLES

View file

@ -34,7 +34,7 @@ mem - This module provides the memory usage
: string
: no
: Refresh interval of the memory usage stats in milliseconds
(default=500). Cannot be less then 500ms.
(default=500). Cannot be less then 250ms.
# EXAMPLES

View file

@ -74,7 +74,7 @@ address.
: no
: 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.
than 250ms.
# EXAMPLES