- fix: Update TablePersons component for improved UI and functionality;
Some checks failed
build.yaml / - fix: Update TablePersons component for improved UI and functionality; (push) Failing after 0s
Some checks failed
build.yaml / - fix: Update TablePersons component for improved UI and functionality; (push) Failing after 0s
- refactor file scan options
This commit is contained in:
parent
5e424803ed
commit
04269ce9cf
2 changed files with 196 additions and 120 deletions
|
|
@ -45,8 +45,8 @@ async function scanFileForViruses(filePath: string | undefined, options: Options
|
|||
active: true, // If true, this module will consider using the clamdscan binary
|
||||
host: options.host, // IP of host to connect to TCP interface,
|
||||
port: options.port, // Port of host to use when connecting to TCP interface
|
||||
socket: '/var/run/clamav/clamd.socket', // Socket file for connecting via socket
|
||||
localFallback: false, // Use local clamscan binary if socket/tcp fails
|
||||
// socket: '/var/run/clamav/clamd.socket', // Socket file for connecting via socket
|
||||
// localFallback: false, // Use local clamscan binary if socket/tcp fails
|
||||
// port: options.port,
|
||||
multiscan: true, // Scan using all available cores! Yay!
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue