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:
Daniel Eklöf 2022-12-22 11:47:08 +01:00
parent 1f25978eb4
commit a18296a179
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 14 additions and 13 deletions

View file

@ -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