blob: 090ea8f3da28825f5c8a25621397e034f78d5f34 (
plain)
1
2
3
4
5
6
7
|
type: u32
default: 120
help: Set garbage collection timer
val_help: u32:0-65535; Garbage colletion time (default 120)
syntax:expression: $VAR(@) >= 0 && $VAR(@) <= 65535; \
"Garbage collection timer must be between 0 and 65535"
|