fix: Update bytecode timeout value in man pages

Signed-off-by: Liam Jarvis <jarviliam@gmail.com>
This commit is contained in:
Liam Jarvis 2022-07-29 10:40:13 +09:00 committed by Micah Snyder
parent 959fc13111
commit f625fe4fb1
2 changed files with 2 additions and 2 deletions

View file

@ -312,7 +312,7 @@ Default: TrustSigned
\fBBytecodeTimeout NUMBER\fR
Set bytecode timeout in milliseconds.
.br
Default: 5000
Default: 10000
.TP
\fBBytecodeUnsigned BOOL\fR
Allow loading bytecode from outside digitally signed .c[lv]d files.

View file

@ -103,7 +103,7 @@ With this option enabled ClamAV will load bytecode from the database. It is high
Allow loading bytecode from outside digitally signed .c[lv]d files. **Caution**: You should NEVER run bytecode signatures from untrusted sources. Doing so may result in arbitrary code execution.
.TP
\fB\-\-bytecode\-timeout=N\fR
Set bytecode timeout in milliseconds (default: 5000 = 5s)
Set bytecode timeout in milliseconds (default: 10000 = 10s)
.TP
\fB\-\-statistics[=none(*)/bytecode/pcre]\fR
Collect and print execution statistics.