Skip to content

Commit f625fe4

Browse files
jarviliamval-ms
authored andcommitted
fix: Update bytecode timeout value in man pages
Signed-off-by: Liam Jarvis <jarviliam@gmail.com>
1 parent 959fc13 commit f625fe4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/man/clamd.conf.5.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ Default: TrustSigned
312312
\fBBytecodeTimeout NUMBER\fR
313313
Set bytecode timeout in milliseconds.
314314
.br
315-
Default: 5000
315+
Default: 10000
316316
.TP
317317
\fBBytecodeUnsigned BOOL\fR
318318
Allow loading bytecode from outside digitally signed .c[lv]d files.

docs/man/clamscan.1.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ With this option enabled ClamAV will load bytecode from the database. It is high
103103
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.
104104
.TP
105105
\fB\-\-bytecode\-timeout=N\fR
106-
Set bytecode timeout in milliseconds (default: 5000 = 5s)
106+
Set bytecode timeout in milliseconds (default: 10000 = 10s)
107107
.TP
108108
\fB\-\-statistics[=none(*)/bytecode/pcre]\fR
109109
Collect and print execution statistics.

0 commit comments

Comments
 (0)