blob: 1cfa29b0845c860b886b556baed091841618591a (
plain)
1
2
3
4
5
6
|
type: u32
help: Set maximum hold time (msec)
default: 10000
syntax:expression: $VAR(@) >= 0 && $VAR(@) <= 600000; "must be between 0-600000"
comp_help: possible completions:
<0-600000> Max hold time in msec (default 10000)
|