Enhancement #3160
Add maxchild option to p3scan.conf
Status: | CLOSED | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 100% | |
Category: | nethserver-p3scan | |||
Target version: | v6.6 | |||
Resolution: | NEEDINFO: | No |
Description
Add a missing configuration fragment for maxchild.
# # Max Child's # # The maximum number of connections we will handle at once. Any further # connections will be dropped. Keep in mind that a number of 10 also # means that 10 viruscanners can run at once. # # default: 10 # maxchilds = 250
Associated revisions
p3scan.conf: add maxchild option. Refs #3160
History
#1 Updated by Filippo Carletti about 6 years ago
- Status changed from NEW to TRIAGED
- Assignee set to Filippo Carletti
- % Done changed from 0 to 20
#2 Updated by Filippo Carletti about 6 years ago
- Status changed from TRIAGED to MODIFIED
- % Done changed from 20 to 60
In nethserver-p3scan-1.0.1-1.5.g1a04c6e.ns6.noarch.rpm.
After update look for maxchild in /etc/p3scan/p3scan.conf
#3 Updated by Filippo Carletti about 6 years ago
- Status changed from MODIFIED to ON_QA
- % Done changed from 60 to 70
#4 Updated by Giacomo Sanchietti about 6 years ago
- Assignee changed from Filippo Carletti to Giacomo Sanchietti
#5 Updated by Giacomo Sanchietti about 6 years ago
- Status changed from ON_QA to VERIFIED
- Assignee deleted (
Giacomo Sanchietti) - % Done changed from 70 to 90
Max child has now a new value:
[root@server ~]# diff -u /etc/p3scan/p3scan.conf.ori /etc/p3scan/p3scan.conf --- /etc/p3scan/p3scan.conf.ori 2015-05-12 14:44:07.395899016 +0000 +++ /etc/p3scan/p3scan.conf 2015-05-12 14:44:23.026700095 +0000 @@ -10,6 +10,16 @@ # http://www.nethesis.it - support@nethesis.it # # +# Max Child's +# +# The maximum number of connections we will handle at once. Any further +# connections will be dropped. Keep in mind that a number of 10 also +# means that 10 viruscanners can run at once. +# +# default: 10 +# +maxchilds = 250 +# # Just Delete # # Instead of keeping an infected message in the Virus Directory, delete
#6 Updated by Giacomo Sanchietti about 6 years ago
- Status changed from VERIFIED to CLOSED
- % Done changed from 90 to 100
Released in nethserver-updates:
- nethserver-p3scan-1.0.2-1.ns6.noarch.rpm