fix type for WEB_EVENT_DISK_SPACE to boolean.

This commit is contained in:
Isaac Connor 2017-06-02 20:17:08 -04:00
parent eeefb2c8e2
commit 7b8222f73b
1 changed files with 1 additions and 1 deletions

View File

@ -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',
},
{