fix type for WEB_EVENT_DISK_SPACE to boolean.
This commit is contained in:
parent
eeefb2c8e2
commit
7b8222f73b
|
@ -1585,7 +1585,7 @@ our @options = (
|
|||
this overhead is fairly small but may be noticeable on IO-constrained
|
||||
systems.
|
||||
`,
|
||||
type => $types{string},
|
||||
type => $types{boolean},
|
||||
category => 'web',
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue