From 2d9f34e44ba27c34b1e4b466c9d305797bdc1fe1 Mon Sep 17 00:00:00 2001 From: didier Date: Tue, 22 Apr 2025 12:35:06 +0200 Subject: [PATCH] add file size --- pandora-box.ini.curses | 7 +++++-- pandora-box.ini.rpi | 10 ++++++++-- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/pandora-box.ini.curses b/pandora-box.ini.curses index e570f5e..0d8243d 100644 --- a/pandora-box.ini.curses +++ b/pandora-box.ini.curses @@ -10,9 +10,9 @@ USB_AUTO_MOUNT = False PANDORA_ROOT_URL = http://127.0.0.1:6100 ; Set FAKE_SCAN to true to fake the scan process (used during developement only) -FAKE_SCAN = False +FAKE_SCAN = False -; Set to true to copy infected files to the quarantine folder +; Set to true to copy infected files to the quarantine folder ; in the USB scanning station QUARANTINE = True @@ -21,3 +21,6 @@ QUARANTINE_FOLDER = /var/quarantine ; Number of threads THREADS = 24 + +; Max File Size (1G) +MAX_FILE_SIZE = 1080000000 diff --git a/pandora-box.ini.rpi b/pandora-box.ini.rpi index c761000..bd5e491 100644 --- a/pandora-box.ini.rpi +++ b/pandora-box.ini.rpi @@ -10,9 +10,9 @@ USB_AUTO_MOUNT = False PANDORA_ROOT_URL = http://127.0.0.1:6100 ; Set FAKE_SCAN to true to fake the scan process (used during developement only) -FAKE_SCAN = False +FAKE_SCAN = False -; Set to true to copy infected files to the quarantine folder +; Set to true to copy infected files to the quarantine folder ; in the USB scanning station QUARANTINE = True @@ -21,3 +21,9 @@ QUARANTINE_FOLDER = /var/quarantine ; Number of threads THREADS = 1 + +; Max File Size (1G) +MAX_FILE_SIZE = 1080000000 + +; Max File Size (1G) +MAX_FILE_SIZE = 1080000000