- 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

- refactor file scan options
This commit is contained in:
Kaimbacher 2025-10-16 12:04:46 +02:00
commit 04269ce9cf
2 changed files with 196 additions and 120 deletions

View file

@ -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!
},